Searched refs:getFirstArg (Results 1 – 5 of 5) sorted by relevance
221 const TemplateArgument *getFirstArg();
734 const TemplateArgument *DeductionFailureInfo::getFirstArg() { in getFirstArg() function in DeductionFailureInfo9409 QualType Param = DeductionFailure.getFirstArg()->getAsType(); in DiagnoseBadDeduction()9443 << which << ParamD->getDeclName() << *DeductionFailure.getFirstArg() in DiagnoseBadDeduction()9541 << *DeductionFailure.getFirstArg() << *DeductionFailure.getSecondArg() in DiagnoseBadDeduction()9548 TemplateArgument FirstTA = *DeductionFailure.getFirstArg(); in DiagnoseBadDeduction()
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()