Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDTemplateDeduction.h204 const TemplateArgument *getFirstArg();
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp699 const TemplateArgument *DeductionFailureInfo::getFirstArg() { in getFirstArg() function in DeductionFailureInfo
9001 QualType Param = DeductionFailure.getFirstArg()->getAsType(); in DiagnoseBadDeduction()
9035 << which << ParamD->getDeclName() << *DeductionFailure.getFirstArg() in DiagnoseBadDeduction()
9123 TemplateArgument FirstTA = *DeductionFailure.getFirstArg(); in DiagnoseBadDeduction()
HDSemaChecking.cpp1098 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo()
1100 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
HDSemaDeclAttr.cpp2608 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
HDSemaDecl.cpp2232 FA->getFormatIdx(), FA->getFirstArg(), in mergeDeclAttribute()