Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DFormat.cpp274 std::vector<tooling::Range> RangesToFormat = Incremental.FormatRanges; in formatIncremental() local
276 for (auto &R : RangesToFormat) { in formatIncremental()
282 RangesToFormat.push_back( in formatIncremental()
291 Style, CodeToFormat, RangesToFormat, Filename, &Status)) { in formatIncremental()