Lines Matching defs:Methods
3520 data_type_ref Methods) {
3525 for (const ObjCMethodList *Method = &Methods.Instance; Method;
3529 for (const ObjCMethodList *Method = &Methods.Factory; Method;
3553 data_type_ref Methods, unsigned DataLen) {
3558 LE.write<uint32_t>(Methods.ID);
3560 for (const ObjCMethodList *Method = &Methods.Instance; Method;
3566 for (const ObjCMethodList *Method = &Methods.Factory; Method;
3571 unsigned InstanceBits = Methods.Instance.getBits();
3574 Methods.Instance.hasMoreThanOneDecl();
3578 unsigned FactoryBits = Methods.Factory.getBits();
3581 Methods.Factory.hasMoreThanOneDecl();
3587 for (const ObjCMethodList *Method = &Methods.Instance; Method;
3591 for (const ObjCMethodList *Method = &Methods.Factory; Method;