Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp8744 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl() local
8806 RecordDecl *VaListTagDecl; in CreatePowerABIBuiltinVaListDecl() local
8870 RecordDecl *VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl() local
8973 RecordDecl *VaListTagDecl; in CreateSystemZBuiltinVaListDecl() local
9027 RecordDecl *VaListTagDecl; in CreateHexagonBuiltinVaListDecl() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1136 mutable Decl *VaListTagDecl = nullptr; variable