Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp355 std::vector<Range> FormatRanges = getRangesForFormating( in applyAtomicChanges() local
357 if (!FormatRanges.empty()) { in applyAtomicChanges()
359 format::reformat(Spec.Style, *ChangedCode, FormatRanges, FilePath); in applyAtomicChanges()