Home | History | Annotate | Download | only in Sema

Lines Matching full:pvars

579                                    SmallVectorImpl<ParmVarDecl*> *PVars);
4285 SmallVectorImpl<ParmVarDecl*> *PVars) {
4335 if (PVars)
4336 PVars->push_back(NewParm);
4352 if (PVars)
4353 PVars->push_back(NewParm);
4382 if (PVars)
4383 PVars->push_back(NewParm);
4421 if (PVars)
4422 PVars->push_back(nullptr);
4438 if (PVars)
4439 PVars->push_back(nullptr);
4460 if (PVars)
4461 PVars->push_back(nullptr);
4465 if (PVars) {
4466 for (unsigned i = 0, e = PVars->size(); i != e; ++i)
4467 if (ParmVarDecl *parm = (*PVars)[i])