Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h115 const llvm::StringMap<Replacements> *selectFirstFix(const Diagnostic& D);
/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp60 const llvm::StringMap<Replacements> *selectFirstFix(const Diagnostic& D) { in selectFirstFix() function
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DClangTidyTest.h150 if (const auto *ChosenFix = tooling::selectFirstFix(Error))
/llvm-project/clang-tools-extra/clang-apply-replacements/lib/Tooling/
H A DApplyReplacements.cpp169 if (const auto *ChoosenFix = tooling::selectFirstFix(D)) { in groupReplacements()