Searched refs:RegisterPredefDecl (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 4166 auto RegisterPredefDecl = [&] (Decl *D, PredefinedDeclIDs ID) { in WriteASTCore() local 4172 RegisterPredefDecl(Context.getTranslationUnitDecl(), in WriteASTCore() 4174 RegisterPredefDecl(Context.ObjCIdDecl, PREDEF_DECL_OBJC_ID_ID); in WriteASTCore() 4175 RegisterPredefDecl(Context.ObjCSelDecl, PREDEF_DECL_OBJC_SEL_ID); in WriteASTCore() 4176 RegisterPredefDecl(Context.ObjCClassDecl, PREDEF_DECL_OBJC_CLASS_ID); in WriteASTCore() 4177 RegisterPredefDecl(Context.ObjCProtocolClassDecl, in WriteASTCore() 4179 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in WriteASTCore() 4180 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in WriteASTCore() 4181 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore() 4183 RegisterPredefDecl(Context.BuiltinVaListDecl, PREDEF_DECL_BUILTIN_VA_LIST_ID); in WriteASTCore() [all …]
|