Home | History | Annotate | Download | only in Sema

Lines Matching full:numparams

574                                    ParmVarDecl **Params, unsigned NumParams,
4134 ParmVarDecl **Params, unsigned NumParams,
4140 for (unsigned i = 0; i != NumParams; ++i) {
9642 unsigned NumParams = S->getCapturedDecl()->getNumParams();
9644 S->getCapturedRegionKind(), NumParams);