Home
last modified time | relevance | path

Searched defs:Protocol (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project/clang/test/Index/
H A Dextract-api-cursor.m19 @protocol Protocol protocol
27 - (void)derivedMethodWithValue:(id<Protocol>)value;
31 - (void)derivedMethodWithValue:(id<Protocol>)value {
H A Dextract-api-usr.m17 @protocol Protocol protocol
25 - (void)derivedMethodWithValue:(id<Protocol>)value;
/llvm-project/clang/test/SemaObjC/
H A Dclass-protocol.m5 @interface Protocol interface
H A Daccess-property-getter.m3 @protocol Protocol protocol
H A Dprotocol-expr-neg-1.m24 - (int) conformsToProtocol : (Protocol *)protocl;
H A Dobjc-asm-attribute-neg-test.m12 @protocol Protocol protocol
H A Dresolve-method-in-global-pool.m17 @protocol Protocol protocol
H A Dprotocols-suppress-conformance.m6 @protocol Protocol protocol
/llvm-project/clang/test/ExtractAPI/
H A Dobjc_protocol.m17 @protocol Protocol protocol
H A Dobjc_category.m5 @protocol Protocol protocol
H A Dobjc_interface.m5 @protocol Protocol protocol
H A Dobjc_property.m5 @protocol Protocol protocol
/llvm-project/clang/test/SemaObjCXX/
H A Dinstantiate-method-return.mm9 @protocol Protocol protocol
/llvm-project/clang/test/CodeGenObjC/
H A Dsection-name.m3 @protocol Protocol protocol
H A Ddebug-info-ivars-private.m10 @protocol Protocol protocol
H A Dobjc-asm-attribute-test.m4 @protocol Protocol protocol
/llvm-project/clang/test/Rewriter/
H A Dprotocol-rewrite-1.m54 + (id)protocolCheckerWithTarget:(NSObject *)anObject protocol:(Protocol *)aProtocol;
/llvm-project/clang/test/AST/
H A Dast-dump-expr-json.m32 - (int) conformsToProtocol : (Protocol *)protocl;
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-instancetype-2.m58 + (id)protocolCheckerWithTarget:(NSObject *)anObject protocol:(Protocol *)aProtocol;
/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h34 Protocol, enumerator
/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp907 for (const auto &Protocol : Record->Protocols) visitObjCContainerRecord() local
953 for (const auto &Protocol : Record->Protocols) visitObjCCategoryRecord() local
/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp854 if (auto Protocol = dyn_cast<ObjCProtocolDecl>(D)) { ProcessAPINotes() local
925 if (auto Protocol = dyn_cast<ObjCProtocolDecl>(ObjCContainer)) { ProcessAPINotes() local
/llvm-project/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp88 OptionCategory Protocol("clangd protocol and logging options"); variable
[all...]
/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp239 else if (auto *Protocol = llvm::dyn_cast<ObjCProtocolDecl>(D)) in shouldDeclBeIncluded() local
/llvm-project/clang/lib/AST/
H A DODRHash.cpp1092 for (auto *Protocol : Protocols) { VisitObjCObjectType() local
1110 for (auto *Protocol : Protocols) { VisitObjCTypeParamType() local

12