Searched defs:Replaces (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.h175 tooling::Replacements Replaces; member in class:clang::format::WhitespaceManager
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoring.cpp143 bool applyAllReplacements(const Replacements &Replaces, Rewriter &Rewrite) { argument
159 bool applyAllReplacements(const std::vector<Replacement> &Replaces, argument
174 std::string applyAllReplacements(StringRef Code, const Replacements &Replaces) { argument
203 unsigned shiftedCodePosition(const Replacements &Replaces, unsigne argument
218 shiftedCodePosition(const std::vector<Replacement> &Replaces, unsigned Position) argument
233 deduplicate(std::vector<Replacement> &Replaces, std::vector<Range> &Conflicts) argument
[all...]

Completed in 84 milliseconds