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