Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4545 auto RegisterPredefDecl = [&] (Decl *D, PredefinedDeclIDs ID) { in WriteASTCore() local
4551 RegisterPredefDecl(Context.getTranslationUnitDecl(), in WriteASTCore()
4553 RegisterPredefDecl(Context.ObjCIdDecl, PREDEF_DECL_OBJC_ID_ID); in WriteASTCore()
4556 RegisterPredefDecl(Context.ObjCProtocolClassDecl, in WriteASTCore()
4560 RegisterPredefDecl(Context.ObjCInstanceTypeDecl, in WriteASTCore()
4564 RegisterPredefDecl(Context.BuiltinMSVaListDecl, in WriteASTCore()
4566 RegisterPredefDecl(Context.MSGuidTagDecl, in WriteASTCore()
4569 RegisterPredefDecl(Context.MakeIntegerSeqDecl, in WriteASTCore()
4571 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
4573 RegisterPredefDecl(Context.CFConstantStringTagDecl, in WriteASTCore()
[all …]