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 cast<TypeSpecTypeLoc>(pushImpl(T, LocalSize));
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 399 class TypeSpecTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
400 TypeSpecTypeLoc,
420 static bool classof(const TypeSpecTypeLoc *TL) { return true; }
530 class TypedefTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
542 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
553 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
567 class TagTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
599 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
608 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
615 public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 158 static bool isTypeSpec(TypeSpecTypeLoc _) { return true; }
172 /// TypeSpecTypeLoc. Since there is not actually a TypeSpecType in
175 /// There are a lot of types that currently use TypeSpecTypeLoc
179 bool TypeSpecTypeLoc::classof(const TypeLoc *TL) {

Completed in 58 milliseconds