summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/SyncAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clangd/unittests/SyncAPI.h')
-rw-r--r--clang-tools-extra/clangd/unittests/SyncAPI.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang-tools-extra/clangd/unittests/SyncAPI.h b/clang-tools-extra/clangd/unittests/SyncAPI.h
index c1416524153..1ba9c0b3d23 100644
--- a/clang-tools-extra/clangd/unittests/SyncAPI.h
+++ b/clang-tools-extra/clangd/unittests/SyncAPI.h
@@ -53,6 +53,9 @@ SymbolSlab runFuzzyFind(const SymbolIndex &Index, StringRef Query);
SymbolSlab runFuzzyFind(const SymbolIndex &Index, const FuzzyFindRequest &Req);
RefSlab getRefs(const SymbolIndex &Index, SymbolID ID);
+llvm::Expected<std::vector<Range>>
+runSemanticRanges(ClangdServer &Server, PathRef File, Position Pos);
+
} // namespace clangd
} // namespace clang
OpenPOWER on IntegriCloud