Searched refs:ObjCProtocol (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 347 case Decl::ObjCProtocol: in getDefinitiveDeclContext() 397 case Decl::ObjCProtocol: in isRedeclarableDeclKind()
|
| /freebsd/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 | 609 [ObjCProtocol]> { 2855 let Subjects = SubjectList<[ObjCProtocol], ErrorDiag>; 2881 let Subjects = SubjectList<[ObjCProtocol], ErrorDiag>; 2889 let Subjects = SubjectList<[ObjCInterface, ObjCProtocol], ErrorDiag>; 3108 let Subjects = SubjectList<[Tag, TypedefName, ObjCInterface, ObjCProtocol],
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 274 case Decl::ObjCProtocol: { in FindPropertyDeclaration() 1878 case ObjCProtocol: in getContainingInterface() 1931 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
|
| H A D | DeclBase.cpp | 926 case ObjCProtocol: in getIdentifierNamespaceForKind() 1502 case Decl::ObjCProtocol: in getPrimaryContext()
|
| H A D | Decl.cpp | 1510 case Decl::ObjCProtocol: in computeLVForDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenDecl.cpp | 556 case Decl::ObjCProtocol: in emitDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 201 case Decl::ObjCProtocol: in getSymbolInfo()
|
| H A D | USRGeneration.cpp | 484 case Decl::ObjCProtocol: { in VisitObjCContainerDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | Types.h | 875 ObjCProtocol = 1, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 1091 convertContext(CtxID, Protocol, ContextKind::ObjCProtocol, SwiftVersion); in convertTopLevelItems()
|
| H A D | APINotesReader.cpp | 2127 ContextTableKey(-1, (uint8_t)ContextKind::ObjCProtocol, *classID)); in lookupObjCProtocolID()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 2158 case Decl::ObjCProtocol:
|
| H A D | DeclObjC.h | 2307 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 85 case Decl::ObjCProtocol: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 7309 case Decl::ObjCProtocol: { in EmitTopLevelDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3829 case Decl::ObjCProtocol: in getObjCContainerKind()
|
| H A D | SemaCodeComplete.cpp | 4270 case Decl::ObjCProtocol: in getCursorKindForDecl()
|