Searched refs:FormatRanges (Results 1 – 2 of 2) sorted by relevance
113 std::vector<tooling::Range> FormatRanges; member177 Result.FormatRanges.push_back( in getIncrementalChangesAfterNewline()182 Result.FormatRanges.push_back( in getIncrementalChangesAfterNewline()265 for (tooling::Range &R : Incremental.FormatRanges) in formatIncremental()274 std::vector<tooling::Range> RangesToFormat = Incremental.FormatRanges; in formatIncremental()
355 std::vector<Range> FormatRanges = getRangesForFormating( in applyAtomicChanges() local357 if (!FormatRanges.empty()) { in applyAtomicChanges()359 format::reformat(Spec.Style, *ChangedCode, FormatRanges, FilePath); in applyAtomicChanges()