Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ClassMethods

6823                              ArrayRef<ObjCMethodDecl *> ClassMethods,
6858 if (ClassMethods.size() > 0) {
7061 std::vector<ObjCMethodDecl *> InstanceMethods, ClassMethods;
7081 ClassMethods.push_back(MD);
7087 for (unsigned i = 0, e = ClassMethods.size(); i < e; i++)
7088 AllMethods.push_back(ClassMethods[i]);
7112 Write_method_list_t_initializer(*this, Context, Result, ClassMethods,
7157 if (ClassMethods.size() > 0) {
7321 ClassMethods(IDecl->classmeth_begin(), IDecl->classmeth_end());
7323 Write_method_list_t_initializer(*this, Context, Result, ClassMethods,
7374 ClassMethods,
7580 ClassMethods(IDecl->classmeth_begin(), IDecl->classmeth_end());
7582 Write_method_list_t_initializer(*this, Context, Result, ClassMethods,
7619 ClassMethods,