Searched defs:ParamIdx (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp786 unsigned ArgIdx = 0, ParamIdx = 0; local
787 for (; ParamIdx != NumParams; ++ParamIdx) {
790 = dyn_cast<PackExpansionType>(Params[ParamIdx]);
808 Params[ParamIdx], Args[ArgIdx],
821 if (ParamIdx + 1 < NumParams)
1831 unsigned ArgIdx = 0, ParamIdx = 0; local
1832 for (; hasTemplateArgumentForDeduction(Params, ParamIdx, NumParams);
1833 ++ParamIdx) {
1834 if (!Params[ParamIdx]
2193 unsigned ArgIdx = InstArgs.size(), ParamIdx = ArgIdx; local
2357 unsigned ArgIdx = InstArgs.size(), ParamIdx = ArgIdx; local
2942 unsigned ParamIdx = OriginalArg.ArgIdx; local
[all...]
H A DSemaTemplate.cpp1769 unsigned ParamIdx = 0; local
1837 if (ParamIdx < ParamLists.size()) {
1838 if (ParamLists[ParamIdx]->size() == 0) {
1839 if (CheckExplicitSpecialization(ParamLists[ParamIdx]->getSourceRange(),
1852 if (ParamIdx < ParamLists.size()) {
1853 if (ParamLists[ParamIdx]->size() > 0) {
1855 Diag(ParamLists[ParamIdx]->getTemplateLoc(),
1858 << SourceRange(ParamLists[ParamIdx]->getLAngleLoc(),
1859 ParamLists[ParamIdx]->getRAngleLoc())
1866 ++ParamIdx;
[all...]

Completed in 769 milliseconds