reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTWriter.cpp
 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,