Searched refs:LastErrorWasIgnored (Results 1 – 2 of 2) sorted by relevance
296 LastErrorPassesLineFilter(false), LastErrorWasIgnored(false) {} in ClangTidyDiagnosticConsumer()347 if (LastErrorWasIgnored && DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()355 LastErrorWasIgnored = true; in HandleDiagnostic()362 LastErrorWasIgnored = false; in HandleDiagnostic()
297 bool LastErrorWasIgnored; variable