Searched refs:LastErrorRelatesToUserCode (Results 1 – 2 of 2) sorted by relevance
295 EnableNolintBlocks(EnableNolintBlocks), LastErrorRelatesToUserCode(false), in ClangTidyDiagnosticConsumer()307 } else if (!LastErrorRelatesToUserCode) { in finalizeLastError()317 LastErrorRelatesToUserCode = false; in finalizeLastError()398 LastErrorRelatesToUserCode = true; in HandleDiagnostic()522 LastErrorRelatesToUserCode = true; in checkFilters()540 LastErrorRelatesToUserCode = true; in checkFilters()546 LastErrorRelatesToUserCode = LastErrorRelatesToUserCode || in checkFilters()
295 bool LastErrorRelatesToUserCode; variable