Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h385 mutable TypedefDecl *ObjCIdDecl = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9750 if (!ObjCIdDecl) { in getObjCIdDecl()
9753 ObjCIdDecl = buildImplicitTypedef(T, "id"); in getObjCIdDecl()
9755 return ObjCIdDecl; in getObjCIdDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8119 if (Context.ObjCIdDecl) in getPredefinedDecl()
8120 return Context.ObjCIdDecl; in getPredefinedDecl()
H A DASTWriter.cpp5582 RegisterPredefDecl(Context.ObjCIdDecl, PREDEF_DECL_OBJC_ID_ID); in PrepareWritingSpecialDecls()