Home
last modified time | relevance | path

Searched refs:Protocol2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-protocols.m7 @protocol Protocol2; protocol in id
9 void f(id<Protocol1,Protocol2>);
19 // CHECK-CC1-NEXT: ObjCProtocolDecl:{TypedText Protocol2}
22 // CHECK-CC2: ObjCProtocolDecl:{TypedText Protocol2}
25 // CHECK-CC3-NEXT: ObjCProtocolDecl:{TypedText Protocol2}
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dobjc-asm-attribute-test.m10 __attribute__((objc_runtime_name("MySecretNamespace.Protocol2")))
11 @protocol Protocol2 protocol
21 @interface Message <Protocol, Protocol2> {
/llvm-project-15.0.7/clang/test/Modules/
H A Dredecl-ivars.m36 @protocol Protocol2 @end protocol
127 @interface ObjCInterfaceLevel2() <Protocol2> { category
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2021 ObjCCategoryDecl::protocol_iterator Protocol2 = D2->protocol_begin(), in IsStructurallyEquivalent() local
2025 Protocol1 != Protocol1End; ++Protocol1, ++Protocol2) { in IsStructurallyEquivalent()
2026 if (Protocol2 == Protocol2End) in IsStructurallyEquivalent()
2029 (*Protocol2)->getIdentifier())) in IsStructurallyEquivalent()
2032 if (Protocol2 != Protocol2End) in IsStructurallyEquivalent()