Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4655 auto RegisterPredefDecl = [&] (Decl *D, PredefinedDeclIDs ID) { in WriteASTCore() local
4661 RegisterPredefDecl(Context.getTranslationUnitDecl(), in WriteASTCore()
4663 RegisterPredefDecl(Context.ObjCIdDecl, PREDEF_DECL_OBJC_ID_ID); in WriteASTCore()
4666 RegisterPredefDecl(Context.ObjCProtocolClassDecl, in WriteASTCore()
4668 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in WriteASTCore()
4670 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore()
4674 RegisterPredefDecl(Context.BuiltinMSVaListDecl, in WriteASTCore()
4677 RegisterPredefDecl(Context.MakeIntegerSeqDecl, in WriteASTCore()
4679 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
4681 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()
[all …]