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 873 assert(isa<TagType>(Tag->TypeForDecl) ||
874 isa<InjectedClassNameType>(Tag->TypeForDecl));
879 if (!isa<InjectedClassNameType>(Tag->TypeForDecl)) {
880 const TagType *TagTy = cast<TagType>(Tag->TypeForDecl);
    [all...]
DeclTemplate.cpp 461 TTPDecl->TypeForDecl = TTPType.getTypePtr();
487 return TypeForDecl->getAs<TemplateTypeParmType>()->getDepth();
491 return TypeForDecl->getAs<TemplateTypeParmType>()->getIndex();
495 return TypeForDecl->getAs<TemplateTypeParmType>()->isParameterPack();
    [all...]
DeclObjC.cpp 310 if (TypeForDecl)
311 cast<ObjCInterfaceType>(TypeForDecl)->Decl = this;
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h 620 /// TypeForDecl - This indicates the Type object that represents this
622 mutable const Type *TypeForDecl;
    [all...]
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTReaderDecl.cpp 319 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull();
    [all...]

Completed in 97 milliseconds