Home | History | Annotate | Download | only in Frontend

Lines Matching full:objc_getclass

2546 // SynthGetClassFunctionDecl - Class objc_getClass(const char *name);
2548 IdentifierInfo *getClassIdent = &Context->Idents.get("objc_getClass");
2669 // Create a call to objc_getClass("<BoxingClass>"). It will be the 1st argument.
2799 // Create a call to objc_getClass("NSArray"). It will be th 1st argument.
2954 // Create a call to objc_getClass("NSArray"). It will be th 1st argument.
3314 // (id)class_getSuperclass((Class)objc_getClass("CurrentClass"))
3317 // (Class)objc_getClass("CurrentClass")
3329 // (id)class_getSuperclass((Class)objc_getClass("CurrentClass"))
3352 // (struct __rw_objc_super *)&__rw_objc_super((id)self, (id)objc_getClass("SUPER"))
3415 // (id)class_getSuperclass((Class)objc_getClass("CurrentClass"))
3418 // (Class)objc_getClass("CurrentClass")
3429 // (id)class_getSuperclass((Class)objc_getClass("CurrentClass"))
3451 // (struct __rw_objc_super *)&__rw_objc_super((id)self, (id)objc_getClass("SUPER"))
6083 Preamble += "__OBJC_RW_DLLIMPORT struct objc_class *objc_getClass";