Home
last modified time | relevance | path

Searched refs:InsertedText (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFormat.cpp223 llvm::StringRef InsertedText, in getIncrementalChanges() argument
226 if (InsertedText == "\n") in getIncrementalChanges()
278 llvm::StringRef InsertedText, format::FormatStyle Style) { in formatIncremental() argument
280 OriginalCode, OriginalCursor, InsertedText, Style.TabWidth); in formatIncremental()
282 if (InsertedText == "\n") { in formatIncremental()
H A DFormat.h43 llvm::StringRef InsertedText, format::FormatStyle Style);