Home | History | Annotate | Download | only in Frontend

Lines Matching full:classmethods

6554                              ArrayRef<ObjCMethodDecl *> ClassMethods,
6589 if (ClassMethods.size() > 0) {
6759 std::vector<ObjCMethodDecl *> InstanceMethods, ClassMethods;
6779 ClassMethods.push_back(MD);
6785 for (unsigned i = 0, e = ClassMethods.size(); i < e; i++)
6786 AllMethods.push_back(ClassMethods[i]);
6810 Write_method_list_t_initializer(*this, Context, Result, ClassMethods,
6855 if (ClassMethods.size() > 0) {
7019 ClassMethods(IDecl->classmeth_begin(), IDecl->classmeth_end());
7021 Write_method_list_t_initializer(*this, Context, Result, ClassMethods,
7072 ClassMethods,
7281 ClassMethods(IDecl->classmeth_begin(), IDecl->classmeth_end());
7283 Write_method_list_t_initializer(*this, Context, Result, ClassMethods,
7320 ClassMethods,