| 9613 | } |
| 9614 | |
| 9615 | ScopedMessage::~ScopedMessage() { |
| 9616 | if ( !uncaught_exceptions() && !m_moved ){ |
| 9617 | getResultCapture().popScopedMessage(m_info); |
| 9618 | } |
| 9619 | } |
| 9620 | |
| 9621 | Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ) { |
| 9622 | auto trimmed = [&] (size_t start, size_t end) { |
nothing calls this directly
no test coverage detected