Lines Matching refs:RegisterPredefDecl
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()
4667 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in WriteASTCore()
4668 RegisterPredefDecl(Context.BuiltinMSVaListDecl, in WriteASTCore()
4670 RegisterPredefDecl(Context.MSGuidTagDecl, in WriteASTCore()
4672 RegisterPredefDecl(Context.ExternCContext, PREDEF_DECL_EXTERN_C_CONTEXT_ID); in WriteASTCore()
4673 RegisterPredefDecl(Context.MakeIntegerSeqDecl, in WriteASTCore()
4675 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
4677 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()
4679 RegisterPredefDecl(Context.TypePackElementDecl, in WriteASTCore()