Home
last modified time | relevance | path

Searched defs:ImplD (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/clang/lib/AST/
H A DDeclObjC.cpp476 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers() local
851 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD)) in getNextRedeclarationImpl() local
856 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclarationImpl() local
860 } else if (ObjCImplementationDecl *ImplD = in getNextRedeclarationImpl() local
886 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl() local
1494 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation()
1959 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation()
2018 if (ObjCImplementationDecl *ImplD in setClassInterface() local
2023 } else if (ObjCCategoryImplDecl *ImplD = in setClassInterface() local
H A DASTContext.cpp2055 ObjCImplementationDecl *ImplD) { in setObjCImplementation()
2061 ObjCCategoryImplDecl *ImplD) { in setObjCImplementation()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp174 auto &ImplD = in getPerDylibResources() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp190 auto &ImplD = in getPerDylibResources() local
/aosp_15_r20/external/clang/lib/Index/
H A DIndexDecl.cpp330 auto *ImplD = cast<ObjCImplDecl>(D->getDeclContext()); in VisitObjCPropertyImplDecl() local
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp62 ObjCPropertyImplDecl *ImplD; member
H A DObjCMT.cpp1709 const ObjCImplementationDecl *ImplD) { in inferDesignatedInitializers()
1933 ImplD = dyn_cast<ObjCImplementationDecl>(*D)) { in HandleTranslationUnit() local
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndexHigh.cpp85 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) { in getCanonical() local
H A DCXIndexDataConsumer.cpp1039 ImplD = dyn_cast<ObjCImplementationDecl>(D)) { in getEntityDecl() local
H A DCIndex.cpp5804 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in clang_getCanonicalCursor() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp2095 const ObjCImplementationDecl *ImplD, in DiagnoseMissingDesignatedInitOverrides()
H A DSemaDeclObjC.cpp4757 const ObjCImplementationDecl *ImplD) { in DiagnoseUnusedBackingIvarInAccessor()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp6699 static void PassObjCImplDeclToConsumer(ObjCImplDecl *ImplD, in PassObjCImplDeclToConsumer()
6735 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in PassInterestingDeclToConsumer() local