Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.h204 llvm::Error reformatEdit(Edit &E, const format::FormatStyle &Style);
DClangdServer.cpp418 llvm::joinErrors(reformatEdit(E.getValue(), Style), std::move(Err)); in rename()
521 if (llvm::Error Err = reformatEdit(E, Style)) in applyTweak()
DSourceCode.cpp1035 llvm::Error reformatEdit(Edit &E, const format::FormatStyle &Style) { in reformatEdit() function