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

/external/clang/include/clang/AST/
H A DASTContext.h247 TypedefDecl *ObjCInstanceTypeDecl; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp737 CFConstantStringTypeDecl(nullptr), ObjCInstanceTypeDecl(nullptr),
4861 if (!ObjCInstanceTypeDecl)
4862 ObjCInstanceTypeDecl =
4864 return ObjCInstanceTypeDecl;
/external/clang/lib/Serialization/
H A DASTWriter.cpp4303 if (Context.ObjCInstanceTypeDecl)
4304 DeclIDs[Context.ObjCInstanceTypeDecl] = PREDEF_DECL_OBJC_INSTANCETYPE_ID;

Completed in 349 milliseconds