Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h117 bool DoNotPrunePath; variable
131 ConfigurationChangeToken(0), DoNotPrunePath(false) {} in BugReport()
137 DoNotPrunePath(false) {} in BugReport()
142 DoNotPrunePath(false) {} in BugReport()
174 bool shouldPrunePath() const { return !DoNotPrunePath; } in shouldPrunePath()
177 void disablePathPruning() { DoNotPrunePath = true; } in disablePathPruning()