Searched refs:selectFirstFix (Results 1 – 6 of 6) sorted by relevance
114 const llvm::StringMap<Replacements> *selectFirstFix(const Diagnostic& D);
61 const llvm::StringMap<Replacements> *selectFirstFix(const Diagnostic& D) { in selectFirstFix() function
150 if (const auto *ChosenFix = tooling::selectFirstFix(Error))
181 if (const auto *ChoosenFix = tooling::selectFirstFix(D)) { in groupReplacements()
139 const llvm::StringMap<Replacements> *ChosenFix = selectFirstFix(Error); in reportDiagnostic()
663 if (const auto *Fix = tooling::selectFirstFix(Error)) in removeIncompatibleErrors()