Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h165 bool shouldGenerateDiagnostics() const { in shouldGenerateDiagnostics() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp191 bool shouldGenerateDiagnostics() const { in shouldGenerateDiagnostics() function in __anon6362d5d70111::PathDiagnosticConstruct
192 return Consumer->shouldGenerateDiagnostics(); in shouldGenerateDiagnostics()
2000 if (!PDC->shouldGenerateDiagnostics()) in generate()