Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.cpp268 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()
DClangTidyDiagnosticConsumer.h270 bool LastErrorRelatesToUserCode; variable