Home
last modified time | relevance | path

Searched refs:Protocol1 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-protocols.m4 @protocol Protocol1 protocol
9 void f(id<Protocol1,Protocol2>);
18 // CHECK-CC1: ObjCProtocolDecl:{TypedText Protocol1}
21 // CHECK-CC2-NOT: ObjCProtocolDecl:{TypedText Protocol1}
/llvm-project-15.0.7/clang/test/Modules/
H A Dredecl-ivars.m35 @protocol Protocol1 @end protocol
56 @interface ObjCInterfaceLevel2() <Protocol1> { category
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2023 for (ObjCCategoryDecl::protocol_iterator Protocol1 = D1->protocol_begin(), in IsStructurallyEquivalent() local
2025 Protocol1 != Protocol1End; ++Protocol1, ++Protocol2) { in IsStructurallyEquivalent()
2028 if (!IsStructurallyEquivalent((*Protocol1)->getIdentifier(), in IsStructurallyEquivalent()