Searched refs:ObjCProtocol (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 328 case Decl::ObjCProtocol: in getDefinitiveDeclContext() 378 case Decl::ObjCProtocol: in isRedeclarableDeclKind()
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 830 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 D | DeclNodes.td | 85 def ObjCProtocol : DeclNode<ObjCContainer, "Objective-C protocols">;
|
| H A D | Attr.td | 506 [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 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 | 805 case ObjCProtocol: in getIdentifierNamespaceForKind() 1301 case Decl::ObjCProtocol: in getPrimaryContext()
|
| H A D | Decl.cpp | 1460 case Decl::ObjCProtocol: in computeLVForDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 200 case Decl::ObjCProtocol: in getSymbolInfo()
|
| H A D | USRGeneration.cpp | 471 case Decl::ObjCProtocol: { in VisitObjCContainerDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1972 case Decl::ObjCProtocol:
|
| H A D | DeclObjC.h | 2293 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 81 case Decl::ObjCProtocol: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 6392 case Decl::ObjCProtocol: { in EmitTopLevelDecl()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6842 case Decl::ObjCProtocol: in clang_getCursorDefinition() 8175 case Decl::ObjCProtocol: in getDeclLanguage()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3825 case Decl::ObjCProtocol: in getObjCContainerKind()
|
| H A D | SemaCodeComplete.cpp | 4025 case Decl::ObjCProtocol: in getCursorKindForDecl()
|