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

References

tools/clang/lib/Serialization/ASTWriter.cpp
 3424     for (const ObjCMethodList *Method = &Methods.Instance; Method;
 3425          Method = Method->getNext())
 3425          Method = Method->getNext())
 3426       if (Method->getMethod())
 3427         LE.write<uint32_t>(Writer.getDeclID(Method->getMethod()));