summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/XRefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clangd/XRefs.h')
-rw-r--r--clang-tools-extra/clangd/XRefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang-tools-extra/clangd/XRefs.h b/clang-tools-extra/clangd/XRefs.h
index 3044036c17f..318133a572a 100644
--- a/clang-tools-extra/clangd/XRefs.h
+++ b/clang-tools-extra/clangd/XRefs.h
@@ -141,10 +141,6 @@ llvm::Optional<TypeHierarchyItem> getTypeHierarchy(
ParsedAST &AST, Position Pos, int Resolve, TypeHierarchyDirection Direction,
const SymbolIndex *Index = nullptr, PathRef TUPath = PathRef{});
-void resolveTypeHierarchy(TypeHierarchyItem &Item, int ResolveLevels,
- TypeHierarchyDirection Direction,
- const SymbolIndex *Index);
-
/// Retrieves the deduced type at a given location (auto, decltype).
/// Retuns None unless SourceLocationBeg starts an auto/decltype token.
/// It will return the underlying type.
OpenPOWER on IntegriCloud