Home
last modified time | relevance | path

Searched refs:RegisterPredefDecl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4344 auto RegisterPredefDecl = [&] (Decl *D, PredefinedDeclIDs ID) { in WriteASTCore() local
4350 RegisterPredefDecl(Context.getTranslationUnitDecl(), in WriteASTCore()
4352 RegisterPredefDecl(Context.ObjCIdDecl, PREDEF_DECL_OBJC_ID_ID); in WriteASTCore()
4353 RegisterPredefDecl(Context.ObjCSelDecl, PREDEF_DECL_OBJC_SEL_ID); in WriteASTCore()
4354 RegisterPredefDecl(Context.ObjCClassDecl, PREDEF_DECL_OBJC_CLASS_ID); in WriteASTCore()
4355 RegisterPredefDecl(Context.ObjCProtocolClassDecl, in WriteASTCore()
4357 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in WriteASTCore()
4358 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in WriteASTCore()
4359 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore()
4361 RegisterPredefDecl(Context.BuiltinVaListDecl, PREDEF_DECL_BUILTIN_VA_LIST_ID); in WriteASTCore()
[all …]