Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DClangTidyTest.h150 if (const auto *ChosenFix = tooling::selectFirstFix(Error))
151 for (const auto &FileAndFixes : *ChosenFix) {
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp139 const llvm::StringMap<Replacements> *ChosenFix = selectFirstFix(Error); in reportDiagnostic() local
140 if (ApplyFixes && ChosenFix) { in reportDiagnostic()
141 for (const auto &FileAndReplacements : *ChosenFix) { in reportDiagnostic()