Home
last modified time | relevance | path

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

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