Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9214 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl() local
9276 RecordDecl *VaListTagDecl; in CreatePowerABIBuiltinVaListDecl() local
9339 RecordDecl *VaListTagDecl; in CreateX86_64ABIBuiltinVaListDecl() local
9442 RecordDecl *VaListTagDecl; in CreateSystemZBuiltinVaListDecl() local
9496 RecordDecl *VaListTagDecl; in CreateHexagonBuiltinVaListDecl() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1183 mutable Decl *VaListTagDecl = nullptr; variable