Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1410 VaListTagDecl = nullptr; in InitBuiltinTypes()
8808 Context->VaListTagDecl = VaListTagDecl; in CreateAArch64ABIBuiltinVaListDecl()
8817 RecordDecl *VaListTagDecl; in CreatePowerABIBuiltinVaListDecl() local
8860 Context->VaListTagDecl = VaListTagDecl; in CreatePowerABIBuiltinVaListDecl()
8880 RecordDecl *VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl() local
8919 Context->VaListTagDecl = VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl()
8983 RecordDecl *VaListTagDecl; in CreateSystemZBuiltinVaListDecl() local
9022 Context->VaListTagDecl = VaListTagDecl; in CreateSystemZBuiltinVaListDecl()
9069 Context->VaListTagDecl = VaListTagDecl; in CreateHexagonBuiltinVaListDecl()
9124 if (!VaListTagDecl) in getVaListTagDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1144 mutable Decl *VaListTagDecl = nullptr; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4770 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in WriteASTCore()