Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.h175 cleanupAndFormat(StringRef Code, const tooling::Replacements &Replaces,
DSourceCode.cpp588 cleanupAndFormat(StringRef Code, const tooling::Replacements &Replaces, in cleanupAndFormat() function
1036 if (auto NewEdits = cleanupAndFormat(E.InitialCode, E.Replacements, Style)) in reformatEdit()