Home
last modified time | relevance | path

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

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