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