/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 215 case Decl::ObjCImplementation: in getDefinitiveDeclContext() 290 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
|
/external/llvm-project/clang/test/Misc/ |
D | pragma-attribute-objc.m | 9 // CHECK-NEXT: ObjCImplementation 90 // CHECK-NEXT: ObjCImplementation
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTCommon.cpp | 317 case Decl::ObjCImplementation: in getDefinitiveDeclContext() 396 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 249 case Decl::ObjCImplementation: in PrintDeclContext() 392 case Decl::ObjCImplementation: in PrintDeclContext()
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 77 def ObjCImplementation : DDecl<ObjCImpl>;
|
/external/clang/test/Misc/ |
D | ast-dump-decl.m | 59 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DeclNodes.td | 86 def ObjCImplementation : DeclNode<ObjCImpl>;
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-decl.m | 66 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
|
/external/clang/lib/Index/ |
D | IndexSymbol.cpp | 120 case Decl::ObjCImplementation: { in getSymbolInfo()
|
D | USRGeneration.cpp | 362 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 690 case ObjCImplementation: in getIdentifierNamespaceForKind() 1024 case Decl::ObjCImplementation: in getPrimaryContext()
|
D | DeclObjC.cpp | 1735 case ObjCImplementation: in getContainingInterface()
|
/external/llvm-project/clang/lib/Index/ |
D | IndexSymbol.cpp | 190 case Decl::ObjCImplementation: { in getSymbolInfo()
|
D | USRGeneration.cpp | 423 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclBase.cpp | 847 case ObjCImplementation: in getIdentifierNamespaceForKind() 1257 case Decl::ObjCImplementation: in getPrimaryContext()
|
D | DeclObjC.cpp | 1842 case ObjCImplementation: in getContainingInterface()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolCollector.cpp | 240 case Decl::ObjCImplementation: in shouldCollectSymbol()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 2586 : ObjCImplDecl(ObjCImplementation, DC, classInterface, 2726 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
|
D | DeclBase.h | 1858 case Decl::ObjCImplementation: in isObjCContainer()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2490 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument 2616 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
|
D | DeclBase.h | 1255 case Decl::ObjCImplementation: in isObjCContainer()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 685 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
|
D | SemaCodeComplete.cpp | 164 ObjCImplementationDecl *ObjCImplementation; member in __anon2cff34520111::ResultBuilder 179 ObjCImplementation(nullptr) in ResultBuilder() 192 ObjCImplementation = Interface->getImplementation(); in ResultBuilder() 3035 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl; in getCursorKindForDecl()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 73 case Decl::ObjCImplementation: in EmitDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 690 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
|