Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h260 bool GetFixesFromNotes = false,
291 bool GetFixesFromNotes; variable
H A DClangTidyDiagnosticConsumer.cpp290 bool RemoveIncompatibleErrors, bool GetFixesFromNotes, in ClangTidyDiagnosticConsumer() argument
294 GetFixesFromNotes(GetFixesFromNotes), in ClangTidyDiagnosticConsumer()
641 if (const auto *Fix = getFixIt(Error, GetFixesFromNotes)) in removeIncompatibleErrors()