Home
last modified time | relevance | path

Searched refs:ObjCClassDecl (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h225 mutable TypedefDecl *ObjCClassDecl; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp736 ObjCClassDecl(nullptr), ObjCProtocolClassDecl(nullptr), BOOLDecl(nullptr), in ASTContext()
5848 if (!ObjCClassDecl) { in getObjCClassDecl()
5851 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl()
5853 return ObjCClassDecl; in getObjCClassDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4249 if (Context.ObjCClassDecl) in WriteASTCore()
4250 DeclIDs[Context.ObjCClassDecl] = PREDEF_DECL_OBJC_CLASS_ID; in WriteASTCore()