Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp296 LastErrorPassesLineFilter(false), LastErrorWasIgnored(false) {} in ClangTidyDiagnosticConsumer()
347 if (LastErrorWasIgnored && DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()
355 LastErrorWasIgnored = true; in HandleDiagnostic()
362 LastErrorWasIgnored = false; in HandleDiagnostic()
H A DClangTidyDiagnosticConsumer.h297 bool LastErrorWasIgnored; variable