Searched defs:PROTO (Results 1 – 10 of 10) 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
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
518 ObjCProtocolDecl *PROTO = (*I); in LookupMethodInQualifiedType() local
1916 const ObjCProtocolDecl *PROTO, in PushProtocolProperties()