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 76 TypeSpecTypeLoc pushTypeSpec(QualType T) {
77 size_t LocalSize = TypeSpecTypeLoc::LocalDataSize;
78 return pushImpl(T, LocalSize).castAs<TypeSpecTypeLoc>();
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 415 class TypeSpecTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
416 TypeSpecTypeLoc,
547 class TypedefTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
559 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
570 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
584 class TagTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
616 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
625 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
632 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 181 static bool isTypeSpec(TypeSpecTypeLoc _) { return true; }
195 /// TypeSpecTypeLoc. Since there is not actually a TypeSpecType in
198 /// There are a lot of types that currently use TypeSpecTypeLoc
202 bool TypeSpecTypeLoc::isKind(const TypeLoc &TL) {

Completed in 97 milliseconds