Searched refs:ObjCProtocol (Results 1 – 17 of 17) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 333 case Decl::ObjCProtocol: in getDefinitiveDeclContext() 383 case Decl::ObjCProtocol: in isRedeclarableDeclKind()
|
| /freebsd-14.2/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 | 556 [ObjCProtocol]> { 2402 let Subjects = SubjectList<[ObjCProtocol], ErrorDiag>; 2428 let Subjects = SubjectList<[ObjCProtocol], ErrorDiag>; 2436 let Subjects = SubjectList<[ObjCInterface, ObjCProtocol], ErrorDiag>; 2629 let Subjects = SubjectList<[Tag, TypedefName, ObjCInterface, ObjCProtocol],
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 276 case Decl::ObjCProtocol: { in FindPropertyDeclaration() 1887 case ObjCProtocol: in getContainingInterface() 1940 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
|
| H A D | DeclBase.cpp | 878 case ObjCProtocol: in getIdentifierNamespaceForKind() 1392 case Decl::ObjCProtocol: in getPrimaryContext()
|
| H A D | Decl.cpp | 1504 case Decl::ObjCProtocol: in computeLVForDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | Types.h | 754 ObjCProtocol = 1, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 201 case Decl::ObjCProtocol: in getSymbolInfo()
|
| H A D | USRGeneration.cpp | 478 case Decl::ObjCProtocol: { in VisitObjCContainerDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 904 convertContext(CtxID, Protocol, ContextKind::ObjCProtocol, SwiftVersion); in convertTopLevelItems()
|
| H A D | APINotesReader.cpp | 1877 ContextTableKey(-1, (uint8_t)ContextKind::ObjCProtocol, *classID)); in lookupObjCProtocolID()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 2121 case Decl::ObjCProtocol:
|
| H A D | DeclObjC.h | 2304 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 81 case Decl::ObjCProtocol: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 6837 case Decl::ObjCProtocol: { in EmitTopLevelDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3824 case Decl::ObjCProtocol: in getObjCContainerKind()
|
| H A D | SemaCodeComplete.cpp | 4102 case Decl::ObjCProtocol: in getCursorKindForDecl()
|