Searched refs:ObjCInstanceTypeDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h239 TypedefDecl *ObjCInstanceTypeDecl; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp562 CFConstantStringTypeDecl(0), ObjCInstanceTypeDecl(0),
4352 if (!ObjCInstanceTypeDecl)
4353 ObjCInstanceTypeDecl = TypedefDecl::Create(*this,
4359 return ObjCInstanceTypeDecl;
/external/clang/lib/Serialization/
H A DASTWriter.cpp3238 if (Context.ObjCInstanceTypeDecl)
3239 DeclIDs[Context.ObjCInstanceTypeDecl] = PREDEF_DECL_OBJC_INSTANCETYPE_ID;

Completed in 68 milliseconds