Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1449 VaListTagDecl = nullptr; in InitBuiltinTypes()
9214 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl() local
9223 VaListTagDecl->setDeclContext(NS); in CreateAArch64ABIBuiltinVaListDecl()
9226 VaListTagDecl->startDefinition(); in CreateAArch64ABIBuiltinVaListDecl()
9255 VaListTagDecl, in CreateAArch64ABIBuiltinVaListDecl()
9264 VaListTagDecl->addDecl(Field); in CreateAArch64ABIBuiltinVaListDecl()
9266 VaListTagDecl->completeDefinition(); in CreateAArch64ABIBuiltinVaListDecl()
9267 Context->VaListTagDecl = VaListTagDecl; in CreateAArch64ABIBuiltinVaListDecl()
9268 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateAArch64ABIBuiltinVaListDecl()
9276 RecordDecl *VaListTagDecl; in CreatePowerABIBuiltinVaListDecl() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1183 mutable Decl *VaListTagDecl = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5033 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in PrepareWritingSpecialDecls()