Lines Matching refs:Factory
2854 ObjCMethodList Instance, Factory;
2879 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2915 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2927 unsigned FactoryBits = Methods.Factory.getBits();
2930 Methods.Factory.hasMoreThanOneDecl();
2940 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2952 /// The method pool contains both instance and factory methods, stored
2981 Data.Factory = F->second.second;
2993 for (ObjCMethodList *M = &Data.Factory; !changed && M && M->getMethod();
3000 } else if (Data.Instance.getMethod() || Data.Factory.getMethod()) {