reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4760 RegisterPredefDecl(Context.getTranslationUnitDecl(), 4762 RegisterPredefDecl(Context.ObjCIdDecl, PREDEF_DECL_OBJC_ID_ID); 4763 RegisterPredefDecl(Context.ObjCSelDecl, PREDEF_DECL_OBJC_SEL_ID); 4764 RegisterPredefDecl(Context.ObjCClassDecl, PREDEF_DECL_OBJC_CLASS_ID); 4765 RegisterPredefDecl(Context.ObjCProtocolClassDecl, 4767 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); 4768 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); 4769 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, 4771 RegisterPredefDecl(Context.BuiltinVaListDecl, PREDEF_DECL_BUILTIN_VA_LIST_ID); 4772 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); 4773 RegisterPredefDecl(Context.BuiltinMSVaListDecl, 4775 RegisterPredefDecl(Context.ExternCContext, PREDEF_DECL_EXTERN_C_CONTEXT_ID); 4776 RegisterPredefDecl(Context.MakeIntegerSeqDecl, 4778 RegisterPredefDecl(Context.CFConstantStringTypeDecl, 4780 RegisterPredefDecl(Context.CFConstantStringTagDecl, 4782 RegisterPredefDecl(Context.TypePackElementDecl, 4853 if (Context.getcudaConfigureCallDecl()) { 4854 AddDeclRef(Context.getcudaConfigureCallDecl(), CUDASpecialDeclRefs); 4891 WriteControlBlock(PP, Context, isysroot, OutputFile); 4905 const TranslationUnitDecl *TU = Context.getTranslationUnitDecl(); 4933 if (Context.ExternCContext) 4934 WriteDeclContextVisibleUpdate(Context.ExternCContext); 4948 for (const auto &Number : Context.MangleNumbers) 4952 for (const auto &Number : Context.StaticLocalNumbers) 4999 AddTypeRef(Context.getRawCFConstantStringType(), SpecialTypes); 5000 AddTypeRef(Context.getFILEType(), SpecialTypes); 5001 AddTypeRef(Context.getjmp_bufType(), SpecialTypes); 5002 AddTypeRef(Context.getsigjmp_bufType(), SpecialTypes); 5003 AddTypeRef(Context.ObjCIdRedefinitionType, SpecialTypes); 5004 AddTypeRef(Context.ObjCClassRedefinitionType, SpecialTypes); 5005 AddTypeRef(Context.ObjCSelRedefinitionType, SpecialTypes); 5006 AddTypeRef(Context.getucontext_tType(), SpecialTypes); 5092 WriteDecl(Context, DOT.getDecl()); 5104 WriteSourceManagerBlock(Context.getSourceManager(), PP); 5199 for (const auto *I : Context.local_imports()) { 5249 return writeUnhashedControlBlock(PP, Context);