Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h142 bool DoNotPrunePath = false; variable
219 bool shouldPrunePath() const { return !DoNotPrunePath; } in shouldPrunePath()
222 void disablePathPruning() { DoNotPrunePath = true; } in disablePathPruning()