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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 6261   Result += "struct /*_method_list_t*/"; Result += " {\n";
 6261   Result += "struct /*_method_list_t*/"; Result += " {\n";
 6262   Result += "\tunsigned int entsize;  // sizeof(struct _objc_method)\n";
 6263   Result += "\tunsigned int method_count;\n";
 6264   Result += "\tstruct _objc_method method_list[";
 6265   Result += utostr(method_count); Result += "];\n";
 6265   Result += utostr(method_count); Result += "];\n";
 6266   Result += "}";