| /llvm-project-15.0.7/clang/test/Misc/ |
| H A D | pragma-attribute-objc.m | 9 // CHECK-NEXT: ObjCImplementation 90 // CHECK-NEXT: ObjCImplementation
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 325 case Decl::ObjCImplementation: in getDefinitiveDeclContext() 406 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 90 def ObjCImplementation : DeclNode<ObjCImpl>;
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-decl.m | 66 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 190 case Decl::ObjCImplementation: { in getSymbolInfo()
|
| H A D | USRGeneration.cpp | 424 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclBase.cpp | 852 case ObjCImplementation: in getIdentifierNamespaceForKind() 1280 case Decl::ObjCImplementation: in getPrimaryContext()
|
| H A D | DeclObjC.cpp | 1862 case ObjCImplementation: in getContainingInterface()
|
| H A D | Decl.cpp | 1431 case Decl::ObjCImplementation: in computeLVForDecl()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 2576 : ObjCImplDecl(ObjCImplementation, DC, classInterface, 2716 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
|
| H A D | DeclBase.h | 1947 case Decl::ObjCImplementation:
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | SymbolCollector.cpp | 501 case Decl::ObjCImplementation: in shouldCollectSymbol()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 690 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
|
| H A D | SemaCodeComplete.cpp | 205 ObjCImplementationDecl *ObjCImplementation; member in __anon3bc9fbb90111::ResultBuilder 219 ObjCImplementation(nullptr) { in ResultBuilder() 231 ObjCImplementation = Interface->getImplementation(); in ResultBuilder() 3969 case Decl::ObjCImplementation: in getCursorKindForDecl()
|
| H A D | SemaDeclCXX.cpp | 17913 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument 17916 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers() 17930 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers() 17961 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
|
| H A D | SemaDeclObjC.cpp | 3823 case Decl::ObjCImplementation: in getObjCContainerKind()
|
| H A D | SemaDecl.cpp | 14862 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef() 17967 case Decl::ObjCImplementation: in ActOnFields()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 83 case Decl::ObjCImplementation: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 6205 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6669 case Decl::ObjCImplementation: in clang_getCursorDefinition() 8132 case Decl::ObjCImplementation: in getDeclLanguage()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4835 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 5736 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 7355 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);
|