Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp328 case Decl::ObjCProtocol: in getDefinitiveDeclContext()
378 case Decl::ObjCProtocol: in isRedeclarableDeclKind()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp830 for (const auto &ObjCProtocol : API.getObjCProtocols()) in serialize() local
831 serializeObjCContainerRecord(*ObjCProtocol.second); in serialize()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDeclNodes.td85 def ObjCProtocol : DeclNode<ObjCContainer, "Objective-C protocols">;
H A DAttr.td506 [ObjCProtocol]> {
2260 let Subjects = SubjectList<[ObjCProtocol], ErrorDiag>;
2286 let Subjects = SubjectList<[ObjCProtocol], ErrorDiag>;
2294 let Subjects = SubjectList<[ObjCInterface, ObjCProtocol], ErrorDiag>;
2423 let Subjects = SubjectList<[Tag, TypedefName, ObjCInterface, ObjCProtocol],
/openbsd-src/gnu/llvm/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.cpp805 case ObjCProtocol: in getIdentifierNamespaceForKind()
1301 case Decl::ObjCProtocol: in getPrimaryContext()
H A DDecl.cpp1460 case Decl::ObjCProtocol: in computeLVForDecl()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexSymbol.cpp200 case Decl::ObjCProtocol: in getSymbolInfo()
H A DUSRGeneration.cpp471 case Decl::ObjCProtocol: { in VisitObjCContainerDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h1972 case Decl::ObjCProtocol:
H A DDeclObjC.h2293 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp81 case Decl::ObjCProtocol: in EmitDecl()
H A DCodeGenModule.cpp6392 case Decl::ObjCProtocol: { in EmitTopLevelDecl()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6842 case Decl::ObjCProtocol: in clang_getCursorDefinition()
8175 case Decl::ObjCProtocol: in getDeclLanguage()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp3825 case Decl::ObjCProtocol: in getObjCContainerKind()
H A DSemaCodeComplete.cpp4025 case Decl::ObjCProtocol: in getCursorKindForDecl()