Home
last modified time | relevance | path

Searched refs:runFindDocumentHighlights (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSyncAPI.h43 runFindDocumentHighlights(ClangdServer &Server, PathRef File, Position Pos);
H A DSyncAPI.cpp94 runFindDocumentHighlights(ClangdServer &Server, PathRef File, Position Pos) { in runFindDocumentHighlights() function
H A DClangdTests.cpp631 EXPECT_ERROR(runFindDocumentHighlights(Server, FooCpp, Position())); in TEST()