Searched refs:reformatEdit (Results 1 – 3 of 3) sorted by relevance
204 llvm::Error reformatEdit(Edit &E, const format::FormatStyle &Style);
418 llvm::joinErrors(reformatEdit(E.getValue(), Style), std::move(Err)); in rename()521 if (llvm::Error Err = reformatEdit(E, Style)) in applyTweak()
1035 llvm::Error reformatEdit(Edit &E, const format::FormatStyle &Style) { in reformatEdit() function