Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1483 VaListTagDecl = nullptr; in InitBuiltinTypes()
8060 Context->VaListTagDecl = VaListTagDecl; in CreateAArch64ABIBuiltinVaListDecl()
8069 RecordDecl *VaListTagDecl; in CreatePowerABIBuiltinVaListDecl() local
8112 Context->VaListTagDecl = VaListTagDecl; in CreatePowerABIBuiltinVaListDecl()
8133 RecordDecl *VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl() local
8172 Context->VaListTagDecl = VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl()
8236 RecordDecl *VaListTagDecl; in CreateSystemZBuiltinVaListDecl() local
8275 Context->VaListTagDecl = VaListTagDecl; in CreateSystemZBuiltinVaListDecl()
8322 Context->VaListTagDecl = VaListTagDecl; in CreateHexagonBuiltinVaListDecl()
8377 if (!VaListTagDecl) in getVaListTagDecl()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1106 mutable Decl *VaListTagDecl = nullptr; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4362 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in WriteASTCore()