Home
last modified time | relevance | path

Searched defs:typeHierarchy (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/callhierarchy/
H A DJavaImplementorFinder.java33 ITypeHierarchy typeHierarchy; in findImplementingTypes() local
51 ITypeHierarchy typeHierarchy; in findInterfaces() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DITypeHierarchyChangedListener.java31 void typeHierarchyChanged(ITypeHierarchy typeHierarchy); in typeHierarchyChanged()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/
H A DITypeHierarchyChangedListener.java29 void typeHierarchyChanged(ITypeHierarchy typeHierarchy); in typeHierarchyChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/
H A DJavadocContentAccess2.java196 …public Object visitInheritDoc(IType currentType, ITypeHierarchy typeHierarchy) throws JavaModelExc… in visitInheritDoc()
237 …ritDocInterfaces(ArrayList<IType> visited, IType currentType, ITypeHierarchy typeHierarchy) throws… in visitInheritDocInterfaces()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/
H A DJUnit3TestFinder.java85 ITypeHierarchy typeHierarchy= javaProject.newTypeHierarchy(testCaseType, region, pm); in findTestCases() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DCreateTypeHierarchyOperation.java45 protected TypeHierarchy typeHierarchy; field in CreateTypeHierarchyOperation
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/
H A DMethodChecks.java151 …public static IMethod getTopmostMethod(IMethod method, ITypeHierarchy typeHierarchy, IProgressMoni… in getTopmostMethod()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/util/
H A DSuperTypeHierarchyCache.java45 public void typeHierarchyChanged(ITypeHierarchy typeHierarchy) { in typeHierarchyChanged()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DfileFormatRegistry.cpp262 std::vector<TfType> typeHierarchy; in _RegisterFormatPlugins() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/
H A DOpenTestAction.java142 ITypeHierarchy typeHierarchy= type.newSupertypeHierarchy(null); in findElement() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/
H A DTypeHierarchyLifeCycle.java353 public void typeHierarchyChanged(ITypeHierarchy typeHierarchy) { in typeHierarchyChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/util/
H A DCoreTestSearchEngine.java218 …public static void findTestImplementorClasses(ITypeHierarchy typeHierarchy, IType testInterface, I… in findTestImplementorClasses()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dtypehierarchybuilder.cpp198 TypeHierarchy *typeHierarchy, in buildDerived()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/
H A DNewTestCaseWizardPageOne.java882 ITypeHierarchy typeHierarchy= null; in createConstructor() local
928 ITypeHierarchy typeHierarchy= null; in findInHierarchy() local
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/lsp-cpp/src/
H A DLSPClient.cpp283 RequestID LSPClient::typeHierarchy(DocumentUri uri, Position position, TypeHierarchyDirection direc… in typeHierarchy() function in LSPClient
/dports/textproc/libfolia/libfolia-2.10/src/
H A Dfolia_properties.cxx1712 …static const map<ElementType, set<ElementType> > typeHierarchy = { { AbstractAnnotationLayer_… variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/
H A DClangdServer.cpp531 void ClangdServer::typeHierarchy(PathRef File, Position Pos, int Resolve, in typeHierarchy() function in clang::clangd::ClangdServer
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/
H A DClangdServer.cpp519 void ClangdServer::typeHierarchy(PathRef File, Position Pos, int Resolve, in typeHierarchy() function in clang::clangd::ClangdServer
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/
H A DClangdServer.cpp531 void ClangdServer::typeHierarchy(PathRef File, Position Pos, int Resolve, in typeHierarchy() function in clang::clangd::ClangdServer
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/
H A DClangdServer.cpp659 void ClangdServer::typeHierarchy(PathRef File, Position Pos, int Resolve, in typeHierarchy() function in clang::clangd::ClangdServer
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/
H A DClangdServer.cpp629 void ClangdServer::typeHierarchy(PathRef File, Position Pos, int Resolve, in typeHierarchy() function in clang::clangd::ClangdServer
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/
H A DClangdServer.cpp629 void ClangdServer::typeHierarchy(PathRef File, Position Pos, int Resolve, in typeHierarchy() function in clang::clangd::ClangdServer
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DTypeHierarchyNotificationTests.java1482 public void typeHierarchyChanged(ITypeHierarchy typeHierarchy) { in typeHierarchyChanged()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DClangdServer.cpp715 void ClangdServer::typeHierarchy(PathRef File, Position Pos, int Resolve, in typeHierarchy() function in clang::clangd::ClangdServer
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DClangdServer.cpp669 void ClangdServer::typeHierarchy(PathRef File, Position Pos, int Resolve, in typeHierarchy() function in clang::clangd::ClangdServer

12