Lines Matching refs:Methods
3223 data_type_ref Methods) { in EmitKeyDataLength() argument
3226 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitKeyDataLength()
3230 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitKeyDataLength()
3254 data_type_ref Methods, unsigned DataLen) { in EmitData() argument
3259 LE.write<uint32_t>(Methods.ID); in EmitData()
3261 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
3267 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()
3272 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
3275 Methods.Instance.hasMoreThanOneDecl(); in EmitData()
3279 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
3282 Methods.Factory.hasMoreThanOneDecl(); in EmitData()
3288 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
3292 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()