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

References

tools/clang/lib/Serialization/ASTWriter.cpp
 3395     LE.write<uint32_t>(Methods.ID);
 3397     for (const ObjCMethodList *Method = &Methods.Instance; Method;
 3403     for (const ObjCMethodList *Method = &Methods.Factory; Method;
 3408     unsigned InstanceBits = Methods.Instance.getBits();
 3411         Methods.Instance.hasMoreThanOneDecl();
 3415     unsigned FactoryBits = Methods.Factory.getBits();
 3418         Methods.Factory.hasMoreThanOneDecl();
 3424     for (const ObjCMethodList *Method = &Methods.Instance; Method;
 3428     for (const ObjCMethodList *Method = &Methods.Factory; Method;