Searched refs:getFirstArg (Results 1 – 6 of 6) sorted by relevance
269 const TemplateArgument *getFirstArg();
814 const TemplateArgument *DeductionFailureInfo::getFirstArg() { in getFirstArg() function in DeductionFailureInfo10904 << (DeductionFailure.getFirstArg()->pack_size() + 1) in DiagnoseBadDeduction()10905 << *DeductionFailure.getFirstArg(); in DiagnoseBadDeduction()10914 QualType Param = DeductionFailure.getFirstArg()->getAsType(); in DiagnoseBadDeduction()10945 DeductionFailure.getFirstArg()->getNonTypeTemplateArgumentType(); in DiagnoseBadDeduction()10951 << ParamD->getDeclName() << *DeductionFailure.getFirstArg() << T1 in DiagnoseBadDeduction()10965 if (DeductionFailure.getFirstArg()->getKind() == TemplateArgument::Pack && in DiagnoseBadDeduction()10967 DeductionFailure.getFirstArg()->pack_size() != in DiagnoseBadDeduction()10974 << which << ParamD->getDeclName() << *DeductionFailure.getFirstArg() in DiagnoseBadDeduction()11095 << *DeductionFailure.getFirstArg() << *DeductionFailure.getSecondArg() in DiagnoseBadDeduction()[all …]
5412 if (Format->getFirstArg() == 0) in getFormatStringInfo()5420 FSI->ArgPassingKind == FAPK_VAList ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
3798 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
2833 FA->getFirstArg()); in mergeDeclAttribute()
8685 From->getFirstArg()); in Import()