Searched refs:LastErrorRelatesToUserCode (Results 1 – 2 of 2) sorted by relevance
268 LastErrorRelatesToUserCode(false), LastErrorPassesLineFilter(false), in ClangTidyDiagnosticConsumer()280 } else if (!LastErrorRelatesToUserCode) { in finalizeLastError()290 LastErrorRelatesToUserCode = false; in finalizeLastError()427 LastErrorRelatesToUserCode = true; in HandleDiagnostic()544 LastErrorRelatesToUserCode = true; in checkFilters()562 LastErrorRelatesToUserCode = true; in checkFilters()568 LastErrorRelatesToUserCode = LastErrorRelatesToUserCode || in checkFilters()
270 bool LastErrorRelatesToUserCode; variable