Searched refs:DoNotPrunePath (Results 1 – 1 of 1) sorted by relevance
121 bool DoNotPrunePath; variable148 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()