Home | History | Annotate | Download | only in Rewrite

Lines Matching full:allmethods

6883   std::vector<ObjCMethodDecl *> AllMethods;
6885 AllMethods.push_back(InstanceMethods[i]);
6887 AllMethods.push_back(ClassMethods[i]);
6889 AllMethods.push_back(OptInstanceMethods[i]);
6891 AllMethods.push_back(OptClassMethods[i]);
6894 AllMethods,
6980 if (AllMethods.size() > 0) {