Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h269 const TemplateArgument *getFirstArg();
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp815 const TemplateArgument *DeductionFailureInfo::getFirstArg() { in getFirstArg() function in DeductionFailureInfo
10743 << (DeductionFailure.getFirstArg()->pack_size() + 1) in DiagnoseBadDeduction()
10744 << *DeductionFailure.getFirstArg(); in DiagnoseBadDeduction()
10753 QualType Param = DeductionFailure.getFirstArg()->getAsType(); in DiagnoseBadDeduction()
10784 DeductionFailure.getFirstArg()->getNonTypeTemplateArgumentType(); in DiagnoseBadDeduction()
10790 << ParamD->getDeclName() << *DeductionFailure.getFirstArg() << T1 in DiagnoseBadDeduction()
10804 if (DeductionFailure.getFirstArg()->getKind() == TemplateArgument::Pack && in DiagnoseBadDeduction()
10806 DeductionFailure.getFirstArg()->pack_size() != in DiagnoseBadDeduction()
10813 << which << ParamD->getDeclName() << *DeductionFailure.getFirstArg() in DiagnoseBadDeduction()
10934 << *DeductionFailure.getFirstArg() << *DeductionFailure.getSecondArg() in DiagnoseBadDeduction()
[all …]
H A DSemaChecking.cpp4585 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo()
4587 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
H A DSemaDeclAttr.cpp3468 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
H A DSemaDecl.cpp2632 FA->getFirstArg()); in mergeDeclAttribute()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8429 From->getFirstArg(), ToRange, From->getSyntax()); in Import()