Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h238 bool RemoveIncompatibleErrors = true);
267 bool RemoveIncompatibleErrors; variable
DClangTidyDiagnosticConsumer.cpp265 bool RemoveIncompatibleErrors) in ClangTidyDiagnosticConsumer() argument
267 RemoveIncompatibleErrors(RemoveIncompatibleErrors), in ClangTidyDiagnosticConsumer()
753 if (RemoveIncompatibleErrors) in take()