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 832 assert(isa<TagType>(Tag->TypeForDecl) ||
833 isa<InjectedClassNameType>(Tag->TypeForDecl));
838 if (!isa<InjectedClassNameType>(Tag->TypeForDecl)) {
839 const TagType *TagTy = cast<TagType>(Tag->TypeForDecl);
    [all...]
DeclTemplate.cpp 445 TTPDecl->TypeForDecl = TTPType.getTypePtr();
471 return TypeForDecl->getAs<TemplateTypeParmType>()->getDepth();
475 return TypeForDecl->getAs<TemplateTypeParmType>()->getIndex();
479 return TypeForDecl->getAs<TemplateTypeParmType>()->isParameterPack();
    [all...]
DeclObjC.cpp 235 if (TypeForDecl)
236 cast<ObjCInterfaceType>(TypeForDecl)->Decl = this;
713 TypeForDecl(0), Data()
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 795 if (Decl->TypeForDecl) return QualType(Decl->TypeForDecl, 0);
798 assert(PrevDecl->TypeForDecl && "previous decl has no TypeForDecl");
799 Decl->TypeForDecl = PrevDecl->TypeForDecl;
800 return QualType(PrevDecl->TypeForDecl, 0);
    [all...]
DeclObjC.h 556 /// TypeForDecl - This indicates the Type object that represents this
558 mutable const Type *TypeForDecl;
    [all...]
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTReaderDecl.cpp 320 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull();
    [all...]

Completed in 47 milliseconds