Searched refs:selectFirstFix (Results 1 – 4 of 4) sorted by relevance
115 const llvm::StringMap<Replacements> *selectFirstFix(const Diagnostic& D);
60 const llvm::StringMap<Replacements> *selectFirstFix(const Diagnostic& D) { in selectFirstFix() function
150 if (const auto *ChosenFix = tooling::selectFirstFix(Error))
169 if (const auto *ChoosenFix = tooling::selectFirstFix(D)) { in groupReplacements()