Searched refs:ObjCProtocol (Results 1 – 20 of 20) sorted by relevance
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-decl.m | 67 // CHECK-NEXT: ObjCProtocol{{.*}} 'P' 88 // CHECK-NEXT: ObjCProtocol{{.*}} 'P' 96 // CHECK-NEXT: -ObjCProtocol {{.+}} 'P'
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | print-usrs.c | 9 ObjCProtocol blah
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | DebugObjC.h | 22 @protocol ObjCProtocol
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 328 case Decl::ObjCProtocol: in getDefinitiveDeclContext() 378 case Decl::ObjCProtocol: in isRedeclarableDeclKind()
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 687 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 D | DeclNodes.td | 85 def ObjCProtocol : DeclNode<ObjCContainer, "Objective-C protocols">;
|
| H A D | Attr.td | 493 [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 D | DeclObjC.cpp | 276 case Decl::ObjCProtocol: { in FindPropertyDeclaration() 1852 case ObjCProtocol: in getContainingInterface() 1905 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
|
| H A D | DeclBase.cpp | 791 case ObjCProtocol: in getIdentifierNamespaceForKind() 1271 case Decl::ObjCProtocol: in getPrimaryContext()
|
| H A D | Decl.cpp | 1435 case Decl::ObjCProtocol: in computeLVForDecl()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 200 case Decl::ObjCProtocol: in getSymbolInfo()
|
| H A D | USRGeneration.cpp | 468 case Decl::ObjCProtocol: { in VisitObjCContainerDecl()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | SymbolCollector.cpp | 497 case Decl::ObjCProtocol: in shouldCollectSymbol()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1949 case Decl::ObjCProtocol:
|
| H A D | DeclObjC.h | 2257 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 80 case Decl::ObjCProtocol: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 6192 case Decl::ObjCProtocol: { in EmitTopLevelDecl()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6805 case Decl::ObjCProtocol: in clang_getCursorDefinition() 8138 case Decl::ObjCProtocol: in getDeclLanguage()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3817 case Decl::ObjCProtocol: in getObjCContainerKind()
|
| H A D | SemaCodeComplete.cpp | 3990 case Decl::ObjCProtocol: in getCursorKindForDecl()
|