Searched refs:getFirstArg (Results 1 – 5 of 5) sorted by relevance
204 const TemplateArgument *getFirstArg();
706 const TemplateArgument *DeductionFailureInfo::getFirstArg() { in getFirstArg() function in DeductionFailureInfo9280 QualType Param = DeductionFailure.getFirstArg()->getAsType(); in DiagnoseBadDeduction()9314 << which << ParamD->getDeclName() << *DeductionFailure.getFirstArg() in DiagnoseBadDeduction()9402 TemplateArgument FirstTA = *DeductionFailure.getFirstArg(); in DiagnoseBadDeduction()
1163 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo()1165 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
2798 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
2216 FA->getFormatIdx(), FA->getFirstArg(), in mergeDeclAttribute()