Lines Matching refs:Methods
3467 data_type_ref Methods) { in EmitKeyDataLength() argument
3472 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitKeyDataLength()
3476 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitKeyDataLength()
3500 data_type_ref Methods, unsigned DataLen) { in EmitData() argument
3505 LE.write<uint32_t>(Methods.ID); in EmitData()
3507 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
3513 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()
3518 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
3521 Methods.Instance.hasMoreThanOneDecl(); in EmitData()
3525 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
3528 Methods.Factory.hasMoreThanOneDecl(); in EmitData()
3534 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
3538 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()