Searched refs:getFirstArg (Results 1 – 10 of 10) sorted by relevance
221 const TemplateArgument *getFirstArg();
269 const TemplateArgument *getFirstArg();
815 const TemplateArgument *DeductionFailureInfo::getFirstArg() { in getFirstArg() function in DeductionFailureInfo10731 << (DeductionFailure.getFirstArg()->pack_size() + 1) in DiagnoseBadDeduction()10732 << *DeductionFailure.getFirstArg(); in DiagnoseBadDeduction()10741 QualType Param = DeductionFailure.getFirstArg()->getAsType(); in DiagnoseBadDeduction()10772 DeductionFailure.getFirstArg()->getNonTypeTemplateArgumentType(); in DiagnoseBadDeduction()10778 << ParamD->getDeclName() << *DeductionFailure.getFirstArg() << T1 in DiagnoseBadDeduction()10792 if (DeductionFailure.getFirstArg()->getKind() == TemplateArgument::Pack && in DiagnoseBadDeduction()10794 DeductionFailure.getFirstArg()->pack_size() != in DiagnoseBadDeduction()10801 << which << ParamD->getDeclName() << *DeductionFailure.getFirstArg() in DiagnoseBadDeduction()10922 << *DeductionFailure.getFirstArg() << *DeductionFailure.getSecondArg() in DiagnoseBadDeduction()[all …]
4237 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo()4239 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
3342 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
2572 FA->getFirstArg()); in mergeDeclAttribute()
1877 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo()1879 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
2871 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
2273 FA->getFormatIdx(), FA->getFirstArg(), in mergeDeclAttribute()
8146 From->getFirstArg(), ToRange, From->getSyntax()); in Import()