Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h406 bool shouldPrunePath() const { return !DoNotPrunePath; } in shouldPrunePath() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2056 if (R->shouldPrunePath() && Opts.ShouldPrunePaths) { in generate()