Home | History | Annotate | Download | only in Sema

Lines Matching refs:getNumParams

819       for (unsigned I = 1, E = CD->getNumParams(); I != E; ++I) {
1146 return (del->getNumParams() == 2);
1713 if (FD->getNumParams() == 1)
1716 return S.getLangOpts().SizedDeallocation && FD->getNumParams() == 2 &&
1853 for (unsigned I = 1, N = Proto->getNumParams(); I < N; ++I)
1904 if (Matches[0].second->getNumParams() == 1)
1908 assert(Matches[0].second->getNumParams() == 2 &&
2156 if (Func->getNumParams() == NumParams) {
2260 if (Matches[0]->getNumParams() != NumArgs)
2264 assert(Matches[0]->getNumParams() == NumArgs &&
2757 UsualArrayDeleteWantsSize = (OperatorDelete->getNumParams() == 2);
3982 if (!CPT->isNothrow(C) || CPT->getNumParams() > 1)
4018 if (!CPT->isNothrow(C) || CPT->getNumParams() > 0)