| 11361 | } |
| 11362 | |
| 11363 | ScopedMessage::~ScopedMessage() { |
| 11364 | if ( !uncaught_exceptions() && !m_moved ){ |
| 11365 | getResultCapture().popScopedMessage(m_info); |
| 11366 | } |
| 11367 | } |
| 11368 | |
| 11369 | Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ) { |
| 11370 | auto trimmed = [&] (size_t start, size_t end) { |
nothing calls this directly
no test coverage detected