Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h259 bool RemoveIncompatibleErrors = true,
290 bool RemoveIncompatibleErrors; variable
H A DClangTidyDiagnosticConsumer.cpp290 bool RemoveIncompatibleErrors, bool GetFixesFromNotes, in ClangTidyDiagnosticConsumer() argument
293 RemoveIncompatibleErrors(RemoveIncompatibleErrors), in ClangTidyDiagnosticConsumer()
731 if (RemoveIncompatibleErrors) in take()