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, 4 insertions, 0 deletions
diff --git a/clang-tools-extra/clangd/XRefs.h b/clang-tools-extra/clangd/XRefs.h
index 318133a572a..3044036c17f 100644
--- a/clang-tools-extra/clangd/XRefs.h
+++ b/clang-tools-extra/clangd/XRefs.h
@@ -141,6 +141,10 @@ 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