Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h192 bool shouldPrunePath() const { return !DoNotPrunePath; } in shouldPrunePath() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3177 if (R->shouldPrunePath() && getAnalyzerOptions().shouldPrunePaths()) { in generatePathDiagnostic()