Searched defs:PROTO (Results 1 – 12 of 12) sorted by relevance
32 @protocol PROTO<p1> // expected-note {{previous definition is here}} protocol35 @protocol PROTO<p1> // expected-warning {{duplicate protocol definition of 'PROTO'}} protocol
23 @protocol PROTO; protocol
19 @protocol PROTO<P1, P3> protocol
14 @protocol PROTO protocol
12 @protocol PROTO <P1, P2> protocol
4 @protocol PROTO @end protocol
84 #define PROTO(proto) proto macro86 #define PROTO(proto) () macro
192 #define PROTO(type, name, arglist) type name arglist macro231 #define PROTO(type, name, arglist) type name () macro
42 PROTO = 268, enumerator146 #define PROTO 268 macro
77 PROTO = 268, enumerator181 #define PROTO 268 macro
1318 ObjCProtocolDecl *PROTO = (*I); in LookupMethodInQualifiedType() local
2117 const ObjCProtocolDecl *PROTO, in PushProtocolProperties()