Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp176 return clang::format::cleanupAroundReplacements(Code, HeaderReplacements, in createReplacementsForHeaders()
328 format::cleanupAroundReplacements(Code, AllReplaces, Spec.Style); in applyAtomicChanges()
/openbsd/gnu/llvm/clang/include/clang/Format/
H A DFormat.h4471 cleanupAroundReplacements(StringRef Code, const tooling::Replacements &Replaces,
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3388 cleanupAroundReplacements(StringRef Code, const tooling::Replacements &Replaces, in cleanupAroundReplacements() function