| 11860 | } |
| 11861 | |
| 11862 | ScopedMessage::~ScopedMessage() { |
| 11863 | if ( !uncaught_exceptions() && !m_moved ){ |
| 11864 | getResultCapture().popScopedMessage(m_info); |
| 11865 | } |
| 11866 | } |
| 11867 | |
| 11868 | Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, StringRef names ) { |
| 11869 | auto trimmed = [&] (size_t start, size_t end) { |
nothing calls this directly
no test coverage detected