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

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

Completed in 70 milliseconds