Searched defs:objc_class (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1893 buf += "objc_exception_match((struct objc_class *)objc_getClass(\"";
2577 // struct objc_super { struct objc_object *receiver; struct objc_class *super; };
2587 // struct objc_class *super;
5073 Preamble += "struct objc_selector; struct objc_class;\n";
5104 Preamble += "__OBJC_RW_DLLIMPORT struct objc_class *class_getSuperclass";
5105 Preamble += "(struct objc_class *);\n";
5113 Preamble += "(struct objc_class *, struct objc_object *);\n";
5533 static bool objc_class = false; local
5534 if (!objc_class) {
5549 objc_class
[all...]

Completed in 54 milliseconds