Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h163 bool shouldGenerateDiagnostics() const { in shouldGenerateDiagnostics() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp191 bool shouldGenerateDiagnostics() const { in shouldGenerateDiagnostics() function in __anon21c281ab0111::PathDiagnosticConstruct
192 return Consumer->shouldGenerateDiagnostics(); in shouldGenerateDiagnostics()
1999 if (!PDC->shouldGenerateDiagnostics()) in generate()