Searched refs:LastErrorWasIgnored (Results 1 – 2 of 2) sorted by relevance
269 LastErrorWasIgnored(false) {} in ClangTidyDiagnosticConsumer()384 if (LastErrorWasIgnored && DiagLevel == DiagnosticsEngine::Note) in HandleDiagnostic()390 LastErrorWasIgnored = true; in HandleDiagnostic()394 LastErrorWasIgnored = false; in HandleDiagnostic()
272 bool LastErrorWasIgnored; variable