Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h408 bool shouldPrunePath() const { return !DoNotPrunePath; } in shouldPrunePath() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2048 if (R->shouldPrunePath() && Opts.ShouldPrunePaths) { in generate()