Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1483 VaListTagDecl = nullptr; in InitBuiltinTypes()
8041 Context->VaListTagDecl = VaListTagDecl; in CreateAArch64ABIBuiltinVaListDecl()
8050 RecordDecl *VaListTagDecl; in CreatePowerABIBuiltinVaListDecl() local
8093 Context->VaListTagDecl = VaListTagDecl; in CreatePowerABIBuiltinVaListDecl()
8114 RecordDecl *VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl() local
8153 Context->VaListTagDecl = VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl()
8217 RecordDecl *VaListTagDecl; in CreateSystemZBuiltinVaListDecl() local
8256 Context->VaListTagDecl = VaListTagDecl; in CreateSystemZBuiltinVaListDecl()
8303 Context->VaListTagDecl = VaListTagDecl; in CreateHexagonBuiltinVaListDecl()
8358 if (!VaListTagDecl) in getVaListTagDecl()
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1062 mutable Decl *VaListTagDecl = nullptr; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4362 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in WriteASTCore()