Home | History | Annotate | Download | only in Sema

Lines Matching full:param_begin

397     ParmVarDecl *Param = Method->param_begin()[i];
654 ParmVarDecl *ArgDecl = *Setter->param_begin();
818 for (ObjCMethodDecl::param_iterator PI = Setter->param_begin(),