Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplateDeduction.h279 const TemplateArgument *getFirstArg();
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp822 const TemplateArgument *DeductionFailureInfo::getFirstArg() { in getFirstArg() function in DeductionFailureInfo
11051 << (DeductionFailure.getFirstArg()->pack_size() + 1) in DiagnoseBadDeduction()
11052 << *DeductionFailure.getFirstArg(); in DiagnoseBadDeduction()
11061 QualType Param = DeductionFailure.getFirstArg()->getAsType(); in DiagnoseBadDeduction()
11092 DeductionFailure.getFirstArg()->getNonTypeTemplateArgumentType(); in DiagnoseBadDeduction()
11098 << ParamD->getDeclName() << *DeductionFailure.getFirstArg() << T1 in DiagnoseBadDeduction()
11112 if (DeductionFailure.getFirstArg()->getKind() == TemplateArgument::Pack && in DiagnoseBadDeduction()
11114 DeductionFailure.getFirstArg()->pack_size() != in DiagnoseBadDeduction()
11121 << which << ParamD->getDeclName() << *DeductionFailure.getFirstArg() in DiagnoseBadDeduction()
11242 << *DeductionFailure.getFirstArg() << *DeductionFailure.getSecondArg() in DiagnoseBadDeduction()
[all …]
H A DSemaChecking.cpp5611 if (Format->getFirstArg() == 0) in getFormatStringInfo()
5619 FSI->ArgPassingKind == FAPK_VAList ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
H A DSemaDeclAttr.cpp3905 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
H A DSemaDecl.cpp2909 FA->getFirstArg()); in mergeDeclAttribute()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp8837 From->getFirstArg()); in Import()