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