Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h373 mutable TypedefDecl *ObjCClassDecl = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9164 if (!ObjCClassDecl) { in getObjCClassDecl()
9167 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl()
9169 return ObjCClassDecl; in getObjCClassDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7768 if (Context.ObjCClassDecl) in getPredefinedDecl()
7769 return Context.ObjCClassDecl; in getPredefinedDecl()
H A DASTWriter.cpp5025 RegisterPredefDecl(Context.ObjCClassDecl, PREDEF_DECL_OBJC_CLASS_ID); in PrepareWritingSpecialDecls()