Lines Matching defs:objc_class
1866 buf += "objc_exception_match((struct objc_class *)objc_getClass(\"";
2529 // struct objc_super { struct objc_object *receiver; struct objc_class *super; };
2539 // struct objc_class *super;
4926 Preamble += "struct objc_selector; struct objc_class;\n";
4957 Preamble += "__OBJC_RW_DLLIMPORT struct objc_class *class_getSuperclass";
4958 Preamble += "(struct objc_class *);\n";
4966 Preamble += "(struct objc_class *, struct objc_object *);\n";
5377 static bool objc_class = false;
5378 if (!objc_class) {
5393 objc_class = true;