Home
last modified time | relevance | path

Searched refs:PROTO (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dprotocols.m32 @protocol PROTO<p1> // expected-note {{previous definition is here}} protocol
35 @protocol PROTO<p1> // expected-warning {{duplicate protocol definition of 'PROTO'}} protocol
44 @protocol PROTO4 <p1, p2, PROTO, PROTO3, p3>
H A Dclass-def-test-1.m24 @protocol PROTO; protocol
26 @interface INTF3 : PROTO @end // expected-error {{cannot find interface declaration for 'PROTO', su…
H A Dundef-protocol-methods-1.m19 @protocol PROTO<P1, P3> protocol
25 @interface INTF <PROTO>
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Ddefault-property-synthesis.m14 @protocol PROTO protocol
19 @protocol PROTO1 <PROTO>
23 @interface Super <PROTO>
/llvm-project-15.0.7/clang/test/Rewriter/
H A Drewrite-modern-protocol.mm12 @protocol PROTO <P1, P2> protocol
27 @interface INTF <PROTO, ROOT>
H A Drewrite-modern-class.mm4 @protocol PROTO @end protocol
15 @interface MAXIMAL : root_with_ivars<PROTO>
/llvm-project-15.0.7/clang/test/Index/
H A Dannotate-tokens.m601 …tribute__((ibaction)' -target x86_64-apple-macosx10.7.0 | FileCheck -check-prefix=CHECK-ID-PROTO %s
602 // CHECK-ID-PROTO: Identifier: "id" [155:9 - 155:11] TypeRef=id:0:0
603 // 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=Proto
605 // CHECK-ID-PROTO: Punctuation: ">" [155:17 - 155:18] TypedefDecl=proto_ptr:155:20 (Definition)
/llvm-project-15.0.7/llvm/cmake/modules/
H A DFindGRPC.cmake112 cmake_parse_arguments(PARSE_ARGV 2 PROTO "GRPC" "" "DEPENDS")
/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-documentation.m143 @protocol PROTO
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp1965 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType() local
1966 if ((MD = PROTO->lookupMethod(Sel, Instance))) { in LookupMethodInQualifiedType()