Searched defs:DoNotPrunePath (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h120 bool DoNotPrunePath; member in class:clang::ento::BugReport
147 ConfigurationChangeToken(0), DoNotPrunePath(false) {}
153 DoNotPrunePath(false) {}
158 DoNotPrunePath(false) {}
173 DoNotPrunePath(false) {}
192 bool shouldPrunePath() const { return !DoNotPrunePath; }
195 void disablePathPruning() { DoNotPrunePath = true; }

Completed in 284 milliseconds