Home | History | Annotate | Download | only in Parse

Lines Matching full:objc

503 /// [OBJC]  '[' objc-message-expr ']'
504 /// [OBJC] '\@selector' '(' objc-selector-arg ')'
505 /// [OBJC] '\@protocol' '(' identifier ')'
506 /// [OBJC] '\@encode' '(' type-name ')'
507 /// [OBJC] objc-string-literal
738 // Allow the base to be 'super' if in an objc-method.
2083 // Reject the cast of super idiom in ObjC.