Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1512 VaListTagDecl = nullptr; in InitBuiltinTypes()
9828 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl() local
9837 VaListTagDecl->setDeclContext(NS); in CreateAArch64ABIBuiltinVaListDecl()
9840 VaListTagDecl->startDefinition(); in CreateAArch64ABIBuiltinVaListDecl()
9869 VaListTagDecl, in CreateAArch64ABIBuiltinVaListDecl()
9878 VaListTagDecl->addDecl(Field); in CreateAArch64ABIBuiltinVaListDecl()
9880 VaListTagDecl->completeDefinition(); in CreateAArch64ABIBuiltinVaListDecl()
9881 Context->VaListTagDecl = VaListTagDecl; in CreateAArch64ABIBuiltinVaListDecl()
9882 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateAArch64ABIBuiltinVaListDecl()
9890 RecordDecl *VaListTagDecl; in CreatePowerABIBuiltinVaListDecl() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1280 mutable Decl *VaListTagDecl = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8167 if (Context.VaListTagDecl) in getPredefinedDecl()
8168 return Context.VaListTagDecl; in getPredefinedDecl()
H A DASTWriter.cpp5592 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in PrepareWritingSpecialDecls()