Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoring.cpp76 for (const auto &FileAndReplaces : groupReplacementsByFile( in formatAndApplyAllReplacements() local
78 const std::string &FilePath = FileAndReplaces.first; in formatAndApplyAllReplacements()
79 auto &CurReplaces = FileAndReplaces.second; in formatAndApplyAllReplacements()