Home
last modified time | relevance | path

Searched refs:ObjCProtocol (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-decl.m67 // CHECK-NEXT: ObjCProtocol{{.*}} 'P'
88 // CHECK-NEXT: ObjCProtocol{{.*}} 'P'
96 // CHECK-NEXT: -ObjCProtocol {{.+}} 'P'
/llvm-project-15.0.7/clang/test/Index/
H A Dprint-usrs.c9 ObjCProtocol blah
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A DDebugObjC.h22 @protocol ObjCProtocol
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTCommon.cpp328 case Decl::ObjCProtocol: in getDefinitiveDeclContext()
378 case Decl::ObjCProtocol: in isRedeclarableDeclKind()
/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp687 for (const auto &ObjCProtocol : API.getObjCProtocols()) in serialize() local
688 serializeObjCContainerRecord(*ObjCProtocol.second); in serialize()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDeclNodes.td85 def ObjCProtocol : DeclNode<ObjCContainer, "Objective-C protocols">;
H A DAttr.td493 [ObjCProtocol]> {
2220 let Subjects = SubjectList<[ObjCProtocol], ErrorDiag>;
2246 let Subjects = SubjectList<[ObjCProtocol], ErrorDiag>;
2254 let Subjects = SubjectList<[ObjCInterface, ObjCProtocol], ErrorDiag>;
2383 let Subjects = SubjectList<[Tag, TypedefName, ObjCInterface, ObjCProtocol],
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp276 case Decl::ObjCProtocol: { in FindPropertyDeclaration()
1852 case ObjCProtocol: in getContainingInterface()
1905 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
H A DDeclBase.cpp791 case ObjCProtocol: in getIdentifierNamespaceForKind()
1271 case Decl::ObjCProtocol: in getPrimaryContext()
H A DDecl.cpp1435 case Decl::ObjCProtocol: in computeLVForDecl()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexSymbol.cpp200 case Decl::ObjCProtocol: in getSymbolInfo()
H A DUSRGeneration.cpp468 case Decl::ObjCProtocol: { in VisitObjCContainerDecl()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp497 case Decl::ObjCProtocol: in shouldCollectSymbol()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h1949 case Decl::ObjCProtocol:
H A DDeclObjC.h2257 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp80 case Decl::ObjCProtocol: in EmitDecl()
H A DCodeGenModule.cpp6192 case Decl::ObjCProtocol: { in EmitTopLevelDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp6805 case Decl::ObjCProtocol: in clang_getCursorDefinition()
8138 case Decl::ObjCProtocol: in getDeclLanguage()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3817 case Decl::ObjCProtocol: in getObjCContainerKind()
H A DSemaCodeComplete.cpp3990 case Decl::ObjCProtocol: in getCursorKindForDecl()