Home
last modified time | relevance | path

Searched refs:ObjCImplementation (Results 1 – 25 of 45) sorted by relevance

12

/external/clang/lib/Serialization/
DASTCommon.cpp215 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
290 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/external/llvm-project/clang/test/Misc/
Dpragma-attribute-objc.m9 // CHECK-NEXT: ObjCImplementation
90 // CHECK-NEXT: ObjCImplementation
/external/llvm-project/clang/lib/Serialization/
DASTCommon.cpp317 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
396 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/external/clang/lib/Frontend/
DASTConsumers.cpp249 case Decl::ObjCImplementation: in PrintDeclContext()
392 case Decl::ObjCImplementation: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td77 def ObjCImplementation : DDecl<ObjCImpl>;
/external/clang/test/Misc/
Dast-dump-decl.m59 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
/external/llvm-project/clang/include/clang/Basic/
DDeclNodes.td86 def ObjCImplementation : DeclNode<ObjCImpl>;
/external/llvm-project/clang/test/AST/
Dast-dump-decl.m66 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
/external/clang/lib/Index/
DIndexSymbol.cpp120 case Decl::ObjCImplementation: { in getSymbolInfo()
DUSRGeneration.cpp362 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
/external/clang/lib/AST/
DDeclBase.cpp690 case ObjCImplementation: in getIdentifierNamespaceForKind()
1024 case Decl::ObjCImplementation: in getPrimaryContext()
DDeclObjC.cpp1735 case ObjCImplementation: in getContainingInterface()
/external/llvm-project/clang/lib/Index/
DIndexSymbol.cpp190 case Decl::ObjCImplementation: { in getSymbolInfo()
DUSRGeneration.cpp423 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp847 case ObjCImplementation: in getIdentifierNamespaceForKind()
1257 case Decl::ObjCImplementation: in getPrimaryContext()
DDeclObjC.cpp1842 case ObjCImplementation: in getContainingInterface()
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp240 case Decl::ObjCImplementation: in shouldCollectSymbol()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h2586 : ObjCImplDecl(ObjCImplementation, DC, classInterface,
2726 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
DDeclBase.h1858 case Decl::ObjCImplementation: in isObjCContainer()
/external/clang/include/clang/AST/
DDeclObjC.h2490 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument
2616 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
DDeclBase.h1255 case Decl::ObjCImplementation: in isObjCContainer()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp685 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
DSemaCodeComplete.cpp164 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/
DCGDecl.cpp73 case Decl::ObjCImplementation: in EmitDecl()
/external/llvm-project/clang/lib/Sema/
DSemaPseudoObject.cpp690 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()

12