HomeSort by relevance Sort by last modified time
    Searched refs:TypeSpecTypeLoc (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Sema/
TypeLocBuilder.h 71 TypeSpecTypeLoc pushTypeSpec(QualType T) {
72 size_t LocalSize = TypeSpecTypeLoc::LocalDataSize;
73 unsigned LocalAlign = TypeSpecTypeLoc::LocalDataAlignment;
74 return pushImpl(T, LocalSize, LocalAlign).castAs<TypeSpecTypeLoc>();
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 452 class TypeSpecTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
453 TypeSpecTypeLoc,
587 class TypedefTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
599 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
610 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
624 class TagTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
656 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
665 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
672 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 209 static bool isTypeSpec(TypeSpecTypeLoc _) { return true; }
223 /// TypeSpecTypeLoc. Since there is not actually a TypeSpecType in
226 /// There are a lot of types that currently use TypeSpecTypeLoc
230 bool TypeSpecTypeLoc::isKind(const TypeLoc &TL) {

Completed in 240 milliseconds