Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp193 std::vector<Replacement> NewReplaces; in getCanonicalReplacements() local
196 if (NewReplaces.empty()) { in getCanonicalReplacements()
197 NewReplaces.push_back(R); in getCanonicalReplacements()
200 auto &Prev = NewReplaces.back(); in getCanonicalReplacements()
203 NewReplaces.push_back(R); in getCanonicalReplacements()
213 ReplacementsImpl NewReplacesImpl(NewReplaces.begin(), NewReplaces.end()); in getCanonicalReplacements()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3573 tooling::Replacements NewReplaces = in cleanupAroundReplacements() local
3575 return cantFail(processReplacements(Cleanup, Code, NewReplaces, Style)); in cleanupAroundReplacements()