Lines Matching refs:Methods
2890 data_type_ref Methods) { in EmitKeyDataLength() argument
2896 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitKeyDataLength()
2900 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitKeyDataLength()
2924 data_type_ref Methods, unsigned DataLen) { in EmitData() argument
2928 LE.write<uint32_t>(Methods.ID); in EmitData()
2930 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
2936 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()
2941 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
2944 Methods.Instance.hasMoreThanOneDecl(); in EmitData()
2948 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
2951 Methods.Factory.hasMoreThanOneDecl(); in EmitData()
2957 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
2961 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()