Lines Matching refs:RegisterPredefDecl
4545 auto RegisterPredefDecl = [&] (Decl *D, PredefinedDeclIDs ID) { in WriteASTCore() local
4551 RegisterPredefDecl(Context.getTranslationUnitDecl(), in WriteASTCore()
4553 RegisterPredefDecl(Context.ObjCIdDecl, PREDEF_DECL_OBJC_ID_ID); in WriteASTCore()
4554 RegisterPredefDecl(Context.ObjCSelDecl, PREDEF_DECL_OBJC_SEL_ID); in WriteASTCore()
4555 RegisterPredefDecl(Context.ObjCClassDecl, PREDEF_DECL_OBJC_CLASS_ID); in WriteASTCore()
4556 RegisterPredefDecl(Context.ObjCProtocolClassDecl, in WriteASTCore()
4558 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in WriteASTCore()
4559 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in WriteASTCore()
4560 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore()
4562 RegisterPredefDecl(Context.BuiltinVaListDecl, PREDEF_DECL_BUILTIN_VA_LIST_ID); in WriteASTCore()
4563 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in WriteASTCore()
4564 RegisterPredefDecl(Context.BuiltinMSVaListDecl, in WriteASTCore()
4566 RegisterPredefDecl(Context.MSGuidTagDecl, in WriteASTCore()
4568 RegisterPredefDecl(Context.ExternCContext, PREDEF_DECL_EXTERN_C_CONTEXT_ID); in WriteASTCore()
4569 RegisterPredefDecl(Context.MakeIntegerSeqDecl, in WriteASTCore()
4571 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
4573 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()
4575 RegisterPredefDecl(Context.TypePackElementDecl, in WriteASTCore()