Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h158 bool shouldGenerateDiagnostics() const { in shouldGenerateDiagnostics() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp206 bool shouldGenerateDiagnostics() const { in shouldGenerateDiagnostics() function in __anon2f4a13600111::PathDiagnosticConstruct
207 return Consumer->shouldGenerateDiagnostics(); in shouldGenerateDiagnostics()
2015 if (!PDC->shouldGenerateDiagnostics()) in generate()