Lines Matching refs:Methods
3300 data_type_ref Methods) { in EmitKeyDataLength() argument
3307 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitKeyDataLength()
3311 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitKeyDataLength()
3336 data_type_ref Methods, unsigned DataLen) { in EmitData() argument
3341 LE.write<uint32_t>(Methods.ID); in EmitData()
3343 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
3349 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()
3354 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
3357 Methods.Instance.hasMoreThanOneDecl(); in EmitData()
3361 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
3364 Methods.Factory.hasMoreThanOneDecl(); in EmitData()
3370 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
3374 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()