Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h335 bool DoNotPrunePath = false; variable
406 bool shouldPrunePath() const { return !DoNotPrunePath; } in shouldPrunePath()
409 void disablePathPruning() { DoNotPrunePath = true; } in disablePathPruning()