Lines Matching refs:ObjCMethodList
2873 ObjCMethodList Instance, Factory;
2894 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2898 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2928 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2934 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2955 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2959 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2995 ObjCMethodList(),
2996 ObjCMethodList()
3007 for (ObjCMethodList *M = &Data.Instance;
3012 for (ObjCMethodList *M = &Data.Factory; !changed && M && M->getMethod();