Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.h179 cleanupAndFormat(StringRef Code, const tooling::Replacements &Replaces,
H A DSourceCode.cpp592 cleanupAndFormat(StringRef Code, const tooling::Replacements &Replaces, in cleanupAndFormat() function
1055 if (auto NewEdits = cleanupAndFormat(E.InitialCode, E.Replacements, Style)) in reformatEdit()