Searched refs:RegisterPredefDecl (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 4649 auto RegisterPredefDecl = [&] (Decl *D, PredefinedDeclIDs ID) { in WriteASTCore() local 4655 RegisterPredefDecl(Context.getTranslationUnitDecl(), in WriteASTCore() 4657 RegisterPredefDecl(Context.ObjCIdDecl, PREDEF_DECL_OBJC_ID_ID); in WriteASTCore() 4658 RegisterPredefDecl(Context.ObjCSelDecl, PREDEF_DECL_OBJC_SEL_ID); in WriteASTCore() 4659 RegisterPredefDecl(Context.ObjCClassDecl, PREDEF_DECL_OBJC_CLASS_ID); in WriteASTCore() 4660 RegisterPredefDecl(Context.ObjCProtocolClassDecl, in WriteASTCore() 4662 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in WriteASTCore() 4663 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in WriteASTCore() 4664 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore() 4666 RegisterPredefDecl(Context.BuiltinVaListDecl, PREDEF_DECL_BUILTIN_VA_LIST_ID); in WriteASTCore() [all …]
|