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

  /external/clang/lib/AST/
ASTContext.cpp     [all...]
DeclBase.cpp 849 assert(isa<TagType>(Tag->TypeForDecl) ||
850 isa<InjectedClassNameType>(Tag->TypeForDecl));
855 if (!isa<InjectedClassNameType>(Tag->TypeForDecl)) {
856 const TagType *TagTy = cast<TagType>(Tag->TypeForDecl);
    [all...]
DeclTemplate.cpp 477 TTPDecl->TypeForDecl = TTPType.getTypePtr();
503 return TypeForDecl->getAs<TemplateTypeParmType>()->getDepth();
507 return TypeForDecl->getAs<TemplateTypeParmType>()->getIndex();
511 return TypeForDecl->getAs<TemplateTypeParmType>()->isParameterPack();
    [all...]
DeclObjC.cpp 377 if (TypeForDecl)
378 cast<ObjCInterfaceType>(TypeForDecl)->Decl = this;
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h 626 /// TypeForDecl - This indicates the Type object that represents this
628 mutable const Type *TypeForDecl;
    [all...]
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTReaderDecl.cpp 337 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull();
    [all...]

Completed in 104 milliseconds