| 9381 | } |
| 9382 | |
| 9383 | ScopedMessage::~ScopedMessage() { |
| 9384 | if ( !uncaught_exceptions() ){ |
| 9385 | getResultCapture().popScopedMessage(m_info); |
| 9386 | } |
| 9387 | } |
| 9388 | |
| 9389 | Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ) { |
| 9390 | auto trimmed = [&] (size_t start, size_t end) { |
nothing calls this directly
no test coverage detected