Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h158 bool shouldGenerateDiagnostics() const { in shouldGenerateDiagnostics() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp194 bool shouldGenerateDiagnostics() const { in shouldGenerateDiagnostics() function in __anon1dcbea900111::PathDiagnosticConstruct
195 return Consumer->shouldGenerateDiagnostics(); in shouldGenerateDiagnostics()
2000 if (!PDC->shouldGenerateDiagnostics()) in generate()