Home
last modified time | relevance | path

Searched defs:VaListTagDecl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7987 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl() local
8050 RecordDecl *VaListTagDecl; in CreatePowerABIBuiltinVaListDecl() local
8114 RecordDecl *VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl() local
8217 RecordDecl *VaListTagDecl; in CreateSystemZBuiltinVaListDecl() local
8271 RecordDecl *VaListTagDecl; in CreateHexagonBuiltinVaListDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1062 mutable Decl *VaListTagDecl = nullptr; variable