Home | History | Annotate | Download | only in Sema

Lines Matching refs:Parm

2208         ParmVarDecl *Parm = VisitParmVarDecl(OldProtoLoc->getArg(i));
2209 if (!Parm)
2211 Params.push_back(Parm);