Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h364 mutable TypedefDecl *BuiltinMSVaListDecl = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9590 if (!BuiltinMSVaListDecl) in getBuiltinMSVaListDecl()
9591 BuiltinMSVaListDecl = CreateMSVaListDecl(this); in getBuiltinMSVaListDecl()
9593 return BuiltinMSVaListDecl; in getBuiltinMSVaListDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5034 RegisterPredefDecl(Context.BuiltinMSVaListDecl, in PrepareWritingSpecialDecls()