Lines Matching refs:Methods
3015 data_type_ref Methods) { in EmitKeyDataLength() argument
3018 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitKeyDataLength()
3022 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitKeyDataLength()
3046 data_type_ref Methods, unsigned DataLen) { in EmitData() argument
3051 LE.write<uint32_t>(Methods.ID); in EmitData()
3053 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
3059 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()
3064 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
3067 Methods.Instance.hasMoreThanOneDecl(); in EmitData()
3071 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
3074 Methods.Factory.hasMoreThanOneDecl(); in EmitData()
3080 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
3084 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()