Searched refs:OBJC_LOOKUP_NO_SUPER (Results 1 – 2 of 2) sorted by relevance
354 #define OBJC_LOOKUP_NO_SUPER 2 /* Do not examine superclasses. */ macro6833 int no_superclasses = (flags & OBJC_LOOKUP_NO_SUPER); in lookup_method_static()8623 | OBJC_LOOKUP_NO_SUPER)); in really_start_method()
342 (OBJC_LOOKUP_NO_SUPER): Add.