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.h121 bool DoNotPrunePath; variable
148 ConfigurationChangeToken(0), DoNotPrunePath(false) {} in BugReport()
154 DoNotPrunePath(false) {} in BugReport()
158 ErrorNode(nullptr), ConfigurationChangeToken(0), DoNotPrunePath(false) {} in BugReport()
173 DoNotPrunePath(false) {} in BugReport()
192 bool shouldPrunePath() const { return !DoNotPrunePath; } in shouldPrunePath()
195 void disablePathPruning() { DoNotPrunePath = true; } in disablePathPruning()