Searched refs:VaListTagDecl (Results 1 – 3 of 3) sorted by relevance
1449 VaListTagDecl = nullptr; in InitBuiltinTypes()9214 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl() local9223 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 …]
1183 mutable Decl *VaListTagDecl = nullptr; variable
5033 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in PrepareWritingSpecialDecls()