Home | History | Annotate | Download | only in Frontend

Lines Matching refs:objc_class

1893           buf += "objc_exception_match((struct objc_class *)objc_getClass(\"";
2562 // struct objc_super { struct objc_object *receiver; struct objc_class *super; };
2572 // struct objc_class *super;
5059 Preamble += "struct objc_selector; struct objc_class;\n";
5090 Preamble += "__OBJC_RW_DLLIMPORT struct objc_class *class_getSuperclass";
5091 Preamble += "(struct objc_class *);\n";
5099 Preamble += "(struct objc_class *, struct objc_object *);\n";
5519 static bool objc_class = false;
5520 if (!objc_class) {
5535 objc_class = true;