Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.h208 llvm::Error reformatEdit(Edit &E, const format::FormatStyle &Style);
H A DClangdServer.cpp578 llvm::joinErrors(reformatEdit(E.getValue(), Style), std::move(Err)); in rename()
683 if (llvm::Error Err = reformatEdit(E, Style)) in applyTweak()
H A DSourceCode.cpp1054 llvm::Error reformatEdit(Edit &E, const format::FormatStyle &Style) { in reformatEdit() function