Home | History | Annotate | Download | only in Frontend

Lines Matching full:objc_getclass

1872           buf += "objc_exception_match((struct objc_class *)objc_getClass(\"";
2445 // SynthGetClassFunctionDecl - id objc_getClass(const char *name);
2447 IdentifierInfo *getClassIdent = &Context->Idents.get("objc_getClass");
2688 // (id)class_getSuperclass((Class)objc_getClass("CurrentClass"))
2696 // (Class)objc_getClass("CurrentClass")
2706 // (id)class_getSuperclass((Class)objc_getClass("CurrentClass"))
2729 // (struct objc_super *)&__rw_objc_super((id)self, (id)objc_getClass("SUPER"))
2789 // (id)class_getSuperclass((Class)objc_getClass("CurrentClass"))
2796 // (Class)objc_getClass("CurrentClass")
2806 // (id)class_getSuperclass((Class)objc_getClass("CurrentClass"))
2828 // (struct objc_super *)&__rw_objc_super((id)self, (id)objc_getClass("SUPER"))
5033 Preamble += "__OBJC_RW_DLLIMPORT struct objc_object *objc_getClass";