Home
last modified time | relevance | path

Searched refs:getFirstArg (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
DTemplateDeduction.h221 const TemplateArgument *getFirstArg();
/external/clang/lib/Sema/
DSemaOverload.cpp734 const TemplateArgument *DeductionFailureInfo::getFirstArg() { in getFirstArg() function in DeductionFailureInfo
9409 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()
DSemaChecking.cpp1877 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo()
1879 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
DSemaDeclAttr.cpp2871 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
DSemaDecl.cpp2273 FA->getFormatIdx(), FA->getFirstArg(), in mergeDeclAttribute()