Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h286 const TemplateArgument *getFirstArg();
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp836 const TemplateArgument *DeductionFailureInfo::getFirstArg() { in getFirstArg() function in DeductionFailureInfo
11462 << (DeductionFailure.getFirstArg()->pack_size() + 1) in DiagnoseBadDeduction()
11463 << *DeductionFailure.getFirstArg(); in DiagnoseBadDeduction()
11472 QualType Param = DeductionFailure.getFirstArg()->getAsType(); in DiagnoseBadDeduction()
11503 DeductionFailure.getFirstArg()->getNonTypeTemplateArgumentType(); in DiagnoseBadDeduction()
11509 << ParamD->getDeclName() << *DeductionFailure.getFirstArg() << T1 in DiagnoseBadDeduction()
11523 if (DeductionFailure.getFirstArg()->getKind() == TemplateArgument::Pack && in DiagnoseBadDeduction()
11525 DeductionFailure.getFirstArg()->pack_size() != in DiagnoseBadDeduction()
11532 << which << ParamD->getDeclName() << *DeductionFailure.getFirstArg() in DiagnoseBadDeduction()
11653 << *DeductionFailure.getFirstArg() << *DeductionFailure.getSecondArg() in DiagnoseBadDeduction()
[all …]
H A DSemaChecking.cpp7162 if (Format->getFirstArg() == 0) in getFormatStringInfo()
7170 FSI->ArgPassingKind == FAPK_VAList ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
H A DSemaDeclAttr.cpp3957 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
H A DSemaDecl.cpp2961 FA->getFirstArg()); in mergeDeclAttribute()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9167 From->getFirstArg()); in Import()