Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDTemplateDeduction.h287 const TemplateArgument *getFirstArg();
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp914 const TemplateArgument *DeductionFailureInfo::getFirstArg() { in getFirstArg() function in DeductionFailureInfo
11499 << (DeductionFailure.getFirstArg()->pack_size() + 1) in DiagnoseBadDeduction()
11500 << *DeductionFailure.getFirstArg(); in DiagnoseBadDeduction()
11509 QualType Param = DeductionFailure.getFirstArg()->getAsType(); in DiagnoseBadDeduction()
11540 DeductionFailure.getFirstArg()->getNonTypeTemplateArgumentType(); in DiagnoseBadDeduction()
11546 << ParamD->getDeclName() << *DeductionFailure.getFirstArg() << T1 in DiagnoseBadDeduction()
11560 if (DeductionFailure.getFirstArg()->getKind() == TemplateArgument::Pack && in DiagnoseBadDeduction()
11562 DeductionFailure.getFirstArg()->pack_size() != in DiagnoseBadDeduction()
11569 << which << ParamD->getDeclName() << *DeductionFailure.getFirstArg() in DiagnoseBadDeduction()
11690 << *DeductionFailure.getFirstArg() << *DeductionFailure.getSecondArg() in DiagnoseBadDeduction()
[all …]
HDSemaChecking.cpp2947 if (Format->getFirstArg() == 0) in getFormatStringInfo()
2955 FSI->ArgPassingKind == FAPK_VAList ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
HDSemaDeclAttr.cpp3481 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
HDSemaDecl.cpp2816 FA->getFirstArg()); in mergeDeclAttribute()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp9271 From->getFirstArg()); in Import()