Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplateDeduction.h256 const TemplateArgument *getFirstArg();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp771 const TemplateArgument *DeductionFailureInfo::getFirstArg() { in getFirstArg() function in DeductionFailureInfo
10027 << (DeductionFailure.getFirstArg()->pack_size() + 1) in DiagnoseBadDeduction()
10028 << *DeductionFailure.getFirstArg(); in DiagnoseBadDeduction()
10037 QualType Param = DeductionFailure.getFirstArg()->getAsType(); in DiagnoseBadDeduction()
10068 DeductionFailure.getFirstArg()->getNonTypeTemplateArgumentType(); in DiagnoseBadDeduction()
10074 << ParamD->getDeclName() << *DeductionFailure.getFirstArg() << T1 in DiagnoseBadDeduction()
10087 << which << ParamD->getDeclName() << *DeductionFailure.getFirstArg() in DiagnoseBadDeduction()
10187 << *DeductionFailure.getFirstArg() << *DeductionFailure.getSecondArg() in DiagnoseBadDeduction()
10195 TemplateArgument FirstTA = *DeductionFailure.getFirstArg(); in DiagnoseBadDeduction()
H A DSemaChecking.cpp3928 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo()
3930 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
H A DSemaDeclAttr.cpp3346 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
H A DSemaDecl.cpp2451 FA->getFormatIdx(), FA->getFirstArg(), in mergeDeclAttribute()