Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/unittests/
H A DSyncAPI.h56 runFormatFile(ClangdServer &Server, PathRef File, std::optional<Range>);
H A DSyncAPI.cpp119 runFormatFile(ClangdServer &Server, PathRef File, std::optional<Range> Rng) { in runFormatFile() function
H A DClangdTests.cpp947 auto Replaces = runFormatFile(Server, Path, /*Rng=*/std::nullopt); in TEST()