Searched refs:OBJC_LOOKUP_CLASS (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c354 #define OBJC_LOOKUP_CLASS 1 /* Look for class methods. */
6831 /* Look up a class (if OBJC_LOOKUP_CLASS is set in FLAGS) or instance method
6834 recursively examine the INTERFACE's superclass. If OBJC_LOOKUP_CLASS is
6846 int is_class = (flags & OBJC_LOOKUP_CLASS);
353 #define OBJC_LOOKUP_CLASS macro

Completed in 67 milliseconds