Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplateDeduction.h221 const TemplateArgument *getFirstArg();
/external/llvm-project/clang/include/clang/Sema/
DTemplateDeduction.h269 const TemplateArgument *getFirstArg();
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp815 const TemplateArgument *DeductionFailureInfo::getFirstArg() { in getFirstArg() function in DeductionFailureInfo
10731 << (DeductionFailure.getFirstArg()->pack_size() + 1) in DiagnoseBadDeduction()
10732 << *DeductionFailure.getFirstArg(); in DiagnoseBadDeduction()
10741 QualType Param = DeductionFailure.getFirstArg()->getAsType(); in DiagnoseBadDeduction()
10772 DeductionFailure.getFirstArg()->getNonTypeTemplateArgumentType(); in DiagnoseBadDeduction()
10778 << ParamD->getDeclName() << *DeductionFailure.getFirstArg() << T1 in DiagnoseBadDeduction()
10792 if (DeductionFailure.getFirstArg()->getKind() == TemplateArgument::Pack && in DiagnoseBadDeduction()
10794 DeductionFailure.getFirstArg()->pack_size() != in DiagnoseBadDeduction()
10801 << which << ParamD->getDeclName() << *DeductionFailure.getFirstArg() in DiagnoseBadDeduction()
10922 << *DeductionFailure.getFirstArg() << *DeductionFailure.getSecondArg() in DiagnoseBadDeduction()
[all …]
DSemaChecking.cpp4237 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo()
4239 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
DSemaDeclAttr.cpp3342 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
DSemaDecl.cpp2572 FA->getFirstArg()); in mergeDeclAttribute()
/external/clang/lib/Sema/
DSemaChecking.cpp1877 FSI->HasVAListArg = Format->getFirstArg() == 0; in getFormatStringInfo()
1879 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
DSemaDeclAttr.cpp2871 F->getFirstArg() == FirstArg) { in mergeFormatAttr()
DSemaDecl.cpp2273 FA->getFormatIdx(), FA->getFirstArg(), in mergeDeclAttribute()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp8146 From->getFirstArg(), ToRange, From->getSyntax()); in Import()