Searched refs:ObjCProtocol (Results 1 – 17 of 17) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 341 case Decl::ObjCProtocol: in getDefinitiveDeclContext() 391 case Decl::ObjCProtocol: in isRedeclarableDeclKind()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 85 def ObjCProtocol : DeclNode<ObjCContainer, "Objective-C protocols">;
|
| H A D | Attr.td | 569 [ObjCProtocol]> { 2563 let Subjects = SubjectList<[ObjCProtocol], ErrorDiag>; 2589 let Subjects = SubjectList<[ObjCProtocol], ErrorDiag>; 2597 let Subjects = SubjectList<[ObjCInterface, ObjCProtocol], ErrorDiag>; 2789 let Subjects = SubjectList<[Tag, TypedefName, ObjCInterface, ObjCProtocol],
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 277 case Decl::ObjCProtocol: { in FindPropertyDeclaration() 1881 case ObjCProtocol: in getContainingInterface() 1934 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
|
| H A D | DeclBase.cpp | 917 case ObjCProtocol: in getIdentifierNamespaceForKind() 1456 case Decl::ObjCProtocol: in getPrimaryContext()
|
| H A D | Decl.cpp | 1504 case Decl::ObjCProtocol: in computeLVForDecl()
|
| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 201 case Decl::ObjCProtocol: in getSymbolInfo()
|
| H A D | USRGeneration.cpp | 489 case Decl::ObjCProtocol: { in VisitObjCContainerDecl()
|
| /src/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | Types.h | 796 ObjCProtocol = 1, enumerator
|
| /src/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 998 convertContext(CtxID, Protocol, ContextKind::ObjCProtocol, SwiftVersion); in convertTopLevelItems()
|
| H A D | APINotesReader.cpp | 1968 ContextTableKey(-1, (uint8_t)ContextKind::ObjCProtocol, *classID)); in lookupObjCProtocolID()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 2134 case Decl::ObjCProtocol:
|
| H A D | DeclObjC.h | 2307 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 84 case Decl::ObjCProtocol: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 6983 case Decl::ObjCProtocol: { in EmitTopLevelDecl()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3827 case Decl::ObjCProtocol: in getObjCContainerKind()
|
| H A D | SemaCodeComplete.cpp | 4107 case Decl::ObjCProtocol: in getCursorKindForDecl()
|