Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:objc_class

1889           buf += "objc_exception_match((struct objc_class *)objc_getClass(\"";
2574 // struct objc_super { struct objc_object *receiver; struct objc_class *super; };
2584 // struct objc_class *super;
5062 Preamble += "struct objc_selector; struct objc_class;\n";
5093 Preamble += "__OBJC_RW_DLLIMPORT struct objc_class *class_getSuperclass";
5094 Preamble += "(struct objc_class *);\n";
5102 Preamble += "(struct objc_class *, struct objc_object *);\n";
5522 static bool objc_class = false;
5523 if (!objc_class) {
5538 objc_class = true;