Searched refs:VaListTagDecl (Results 1 – 4 of 4) sorted by relevance
1512 VaListTagDecl = nullptr; in InitBuiltinTypes()9828 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list"); in CreateAArch64ABIBuiltinVaListDecl() local9837 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 …]
1280 mutable Decl *VaListTagDecl = nullptr; variable
8167 if (Context.VaListTagDecl) in getPredefinedDecl()8168 return Context.VaListTagDecl; in getPredefinedDecl()
5592 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG); in PrepareWritingSpecialDecls()