Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.h311 void formatOnType(PathRef File, Position Pos, StringRef TriggerText,
H A DClangdServer.cpp502 void ClangdServer::formatOnType(PathRef File, Position Pos, in formatOnType() function in clang::clangd::ClangdServer
H A DClangdLSPServer.cpp869 Server->formatOnType(File, Params.position, Params.ch, std::move(Reply)); in onDocumentOnTypeFormatting()