Searched refs:formatOnType (Results 1 – 3 of 3) sorted by relevance
311 void formatOnType(PathRef File, Position Pos, StringRef TriggerText,
502 void ClangdServer::formatOnType(PathRef File, Position Pos, in formatOnType() function in clang::clangd::ClangdServer
869 Server->formatOnType(File, Params.position, Params.ch, std::move(Reply)); in onDocumentOnTypeFormatting()