Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DCleanupTest.cpp257 auto CleanReplaces = cleanupAroundReplacements(Code, Replaces, Style); in apply()
268 auto CleanReplaces = cleanupAroundReplacements(Code, Replaces, Style); in formatAndApply()
/external/clang/include/clang/Format/
DFormat.h785 cleanupAroundReplacements(StringRef Code, const tooling::Replacements &Replaces,
/external/clang/lib/Format/
DFormat.cpp1599 cleanupAroundReplacements(StringRef Code, const tooling::Replacements &Replaces, in cleanupAroundReplacements() function