Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Methods

2268                       data_type_ref Methods) {
2272 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2276 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2298 data_type_ref Methods, unsigned DataLen) {
2300 clang::io::Emit32(Out, Methods.ID);
2302 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2308 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2315 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2319 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2331 /// The method pool contains both instance and factory methods, stored
2784 // Since there is no name lookup into functions or methods, don't bother to
4467 return; // We are interested in lazily declared implicit methods.