Home | History | Annotate | Download | only in Frontend

Lines Matching refs:method_count

6241 ///   uint32_t method_count;
6242 /// struct _objc_method method_list[method_count];
6404 unsigned int method_count) {
6407 Result += "\tunsigned int method_count;\n";
6409 Result += utostr(method_count); Result += "];\n";
7577 int method_count;
7591 Result += "\tint method_count;\n";