Searched refs:RegisterPredefDecl (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 4344 auto RegisterPredefDecl = [&] (Decl *D, PredefinedDeclIDs ID) { in WriteASTCore() local 4350 RegisterPredefDecl(Context.getTranslationUnitDecl(), in WriteASTCore() 4352 RegisterPredefDecl(Context.ObjCIdDecl, PREDEF_DECL_OBJC_ID_ID); in WriteASTCore() 4355 RegisterPredefDecl(Context.ObjCProtocolClassDecl, in WriteASTCore() 4359 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore() 4363 RegisterPredefDecl(Context.BuiltinMSVaListDecl, in WriteASTCore() 4365 RegisterPredefDecl(Context.MSGuidTagDecl, in WriteASTCore() 4368 RegisterPredefDecl(Context.MakeIntegerSeqDecl, in WriteASTCore() 4370 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore() 4372 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore() [all …]
|