Lines Matching refs:Methods
3307 data_type_ref Methods) { in EmitKeyDataLength() argument
3310 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitKeyDataLength()
3314 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitKeyDataLength()
3338 data_type_ref Methods, unsigned DataLen) { in EmitData() argument
3343 LE.write<uint32_t>(Methods.ID); in EmitData()
3345 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
3351 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()
3356 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
3359 Methods.Instance.hasMoreThanOneDecl(); in EmitData()
3363 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
3366 Methods.Factory.hasMoreThanOneDecl(); in EmitData()
3372 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
3376 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()