reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTWriter.cpp
 3365     for (const ObjCMethodList *Method = &Methods.Factory; Method;
 3403     for (const ObjCMethodList *Method = &Methods.Factory; Method;
 3415     unsigned FactoryBits = Methods.Factory.getBits();
 3418         Methods.Factory.hasMoreThanOneDecl();
 3428     for (const ObjCMethodList *Method = &Methods.Factory; Method;
 3470         Data.Factory = F->second.second;
 3482         for (ObjCMethodList *M = &Data.Factory; !changed && M && M->getMethod();
 3489       } else if (Data.Instance.getMethod() || Data.Factory.getMethod()) {