Searched refs:ParamI (Results 1 – 1 of 1) sorted by relevance
1966 ObjCMethodDecl::param_iterator ParamI = Method->param_begin(), in CompareMethodParamsInBaseAndSuper() local1969 for (; ParamI != E; ++ParamI, ++PrevI) { in CompareMethodParamsInBaseAndSuper()1972 QualType T1 = Context.getCanonicalType((*ParamI)->getType()); in CompareMethodParamsInBaseAndSuper()1977 Diag((*ParamI)->getLocation(), diag::ext_typecheck_base_super) in CompareMethodParamsInBaseAndSuper()