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
50 PROTO = 268, enumerator171 #define PROTO 268 macro
357 PROTO = 268, enumerator478 #define PROTO 268 macro
1500 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType() local