Searched defs:PROTO (Results 1 – 9 of 9) 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
24 @protocol PROTO; protocol
19 @protocol PROTO<P1, P3> protocol
14 @protocol PROTO protocol
12 @protocol PROTO <P1, P2> protocol
4 @protocol PROTO @end protocol
58 PROTO = 268, enumerator180 #define PROTO 268 macro
373 PROTO = 268, enumerator495 #define PROTO 268 macro
1748 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType() local