Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h322 mutable TypedefDecl *ObjCClassDecl = nullptr; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7192 if (!ObjCClassDecl) { in getObjCClassDecl()
7195 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl()
7197 return ObjCClassDecl; in getObjCClassDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4665 RegisterPredefDecl(Context.ObjCClassDecl, PREDEF_DECL_OBJC_CLASS_ID); in WriteASTCore()