Searched refs:RegisterPredefDecl (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 4752 auto RegisterPredefDecl = [&] (Decl *D, PredefinedDeclIDs ID) { in WriteASTCore() local 4758 RegisterPredefDecl(Context.getTranslationUnitDecl(), in WriteASTCore() 4760 RegisterPredefDecl(Context.ObjCIdDecl, PREDEF_DECL_OBJC_ID_ID); in WriteASTCore() 4763 RegisterPredefDecl(Context.ObjCProtocolClassDecl, in WriteASTCore() 4767 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore() 4771 RegisterPredefDecl(Context.BuiltinMSVaListDecl, in WriteASTCore() 4773 RegisterPredefDecl(Context.MSGuidTagDecl, in WriteASTCore() 4776 RegisterPredefDecl(Context.MakeIntegerSeqDecl, in WriteASTCore() 4778 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore() 4780 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore() [all …]
|