Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp333 case Decl::ObjCProtocol: in getDefinitiveDeclContext()
383 case Decl::ObjCProtocol: in isRedeclarableDeclKind()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td85 def ObjCProtocol : DeclNode<ObjCContainer, "Objective-C protocols">;
H A DAttr.td556 [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 DDeclObjC.cpp276 case Decl::ObjCProtocol: { in FindPropertyDeclaration()
1887 case ObjCProtocol: in getContainingInterface()
1940 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
H A DDeclBase.cpp878 case ObjCProtocol: in getIdentifierNamespaceForKind()
1392 case Decl::ObjCProtocol: in getPrimaryContext()
H A DDecl.cpp1504 case Decl::ObjCProtocol: in computeLVForDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h754 ObjCProtocol = 1, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp201 case Decl::ObjCProtocol: in getSymbolInfo()
H A DUSRGeneration.cpp478 case Decl::ObjCProtocol: { in VisitObjCContainerDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp904 convertContext(CtxID, Protocol, ContextKind::ObjCProtocol, SwiftVersion); in convertTopLevelItems()
H A DAPINotesReader.cpp1877 ContextTableKey(-1, (uint8_t)ContextKind::ObjCProtocol, *classID)); in lookupObjCProtocolID()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2121 case Decl::ObjCProtocol:
H A DDeclObjC.h2304 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp81 case Decl::ObjCProtocol: in EmitDecl()
H A DCodeGenModule.cpp6837 case Decl::ObjCProtocol: { in EmitTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3824 case Decl::ObjCProtocol: in getObjCContainerKind()
H A DSemaCodeComplete.cpp4102 case Decl::ObjCProtocol: in getCursorKindForDecl()