Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h219 bool shouldPrunePath() const { return !DoNotPrunePath; } in shouldPrunePath() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1979 if (R->shouldPrunePath() && Opts.ShouldPrunePaths) { in generatePathDiagnosticForConsumer()