Searched refs: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'}} protocol44 @protocol PROTO4 <p1, p2, PROTO, PROTO3, p3>
24 @protocol PROTO; protocol26 @interface INTF3 : PROTO @end // expected-error {{cannot find interface declaration for 'PROTO', su…
19 @protocol PROTO<P1, P3> protocol25 @interface INTF <PROTO>
14 @protocol PROTO protocol19 @protocol PROTO1 <PROTO> 23 @interface Super <PROTO>
12 @protocol PROTO <P1, P2> protocol27 @interface INTF <PROTO, ROOT>
4 @protocol PROTO @end protocol15 @interface MAXIMAL : root_with_ivars<PROTO>
601 …tribute__((ibaction)' -target x86_64-apple-macosx10.7.0 | FileCheck -check-prefix=CHECK-ID-PROTO %s602 // CHECK-ID-PROTO: Identifier: "id" [155:9 - 155:11] TypeRef=id:0:0603 // CHECK-ID-PROTO: Punctuation: "<" [155:11 - 155:12] TypedefDecl=proto_ptr:155:20 (Definition)604 // CHECK-ID-PROTO: Identifier: "Proto" [155:12 - 155:17] ObjCProtocolRef=Proto605 // CHECK-ID-PROTO: Punctuation: ">" [155:17 - 155:18] TypedefDecl=proto_ptr:155:20 (Definition)
112 cmake_parse_arguments(PARSE_ARGV 2 PROTO "GRPC" "" "DEPENDS")
143 @protocol PROTO
1965 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType() local1966 if ((MD = PROTO->lookupMethod(Sel, Instance))) { in LookupMethodInQualifiedType()