Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Instance

2352   // instance, a cross-top-level-module 'conflict' declaration will hit this.
2854 ObjCMethodList Instance, Factory;
2875 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2909 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2920 unsigned InstanceBits = Methods.Instance.getBits();
2923 Methods.Instance.hasMoreThanOneDecl();
2936 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2952 /// The method pool contains both instance and factory methods, stored
2980 Data.Instance = F->second.first;
2988 for (ObjCMethodList *M = &Data.Instance;
3000 } else if (Data.Instance.getMethod() || Data.Factory.getMethod()) {