Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DSyncAPI.h41 runFindDocumentHighlights(ClangdServer &Server, PathRef File, Position Pos);
DSyncAPI.cpp94 runFindDocumentHighlights(ClangdServer &Server, PathRef File, Position Pos) { in runFindDocumentHighlights() function
DClangdTests.cpp633 EXPECT_ERROR(runFindDocumentHighlights(Server, FooCpp, Position())); in TEST()