Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp347 case Decl::ObjCProtocol: in getDefinitiveDeclContext()
397 case Decl::ObjCProtocol: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td85 def ObjCProtocol : DeclNode<ObjCContainer, "Objective-C protocols">;
H A DAttr.td609 [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 DDeclObjC.cpp274 case Decl::ObjCProtocol: { in FindPropertyDeclaration()
1878 case ObjCProtocol: in getContainingInterface()
1931 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
H A DDeclBase.cpp926 case ObjCProtocol: in getIdentifierNamespaceForKind()
1502 case Decl::ObjCProtocol: in getPrimaryContext()
H A DDecl.cpp1510 case Decl::ObjCProtocol: in computeLVForDecl()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp556 case Decl::ObjCProtocol: in emitDecl()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp201 case Decl::ObjCProtocol: in getSymbolInfo()
H A DUSRGeneration.cpp484 case Decl::ObjCProtocol: { in VisitObjCContainerDecl()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h875 ObjCProtocol = 1, enumerator
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp1091 convertContext(CtxID, Protocol, ContextKind::ObjCProtocol, SwiftVersion); in convertTopLevelItems()
H A DAPINotesReader.cpp2127 ContextTableKey(-1, (uint8_t)ContextKind::ObjCProtocol, *classID)); in lookupObjCProtocolID()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2158 case Decl::ObjCProtocol:
H A DDeclObjC.h2307 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp85 case Decl::ObjCProtocol: in EmitDecl()
H A DCodeGenModule.cpp7309 case Decl::ObjCProtocol: { in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3829 case Decl::ObjCProtocol: in getObjCContainerKind()
H A DSemaCodeComplete.cpp4270 case Decl::ObjCProtocol: in getCursorKindForDecl()