Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp295 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()
H A DClangTidyDiagnosticConsumer.h295 bool LastErrorRelatesToUserCode; variable