Lines Matching refs:capturedExpression
1396 StringRef capturedExpression; member
2554 StringRef capturedExpression,
8237 StringRef capturedExpression, in AssertionHandler() argument
8239 : m_assertionInfo{ macroName, lineInfo, capturedExpression, resultDisposition }, in AssertionHandler()
8342 return !m_info.capturedExpression.empty(); in hasExpression()
8351 std::string expr; expr.reserve(m_info.capturedExpression.size() + 3); in getExpression()
8355 expr += m_info.capturedExpression; in getExpression()
8365 expr = static_cast<std::string>(m_info.capturedExpression); in getExpressionInMacro()
8367 expr.reserve( m_info.macroName.size() + m_info.capturedExpression.size() + 4 ); in getExpressionInMacro()
8370 expr += m_info.capturedExpression; in getExpressionInMacro()
12756 m_lastAssertionInfo.capturedExpression = "{Unknown expression after the reported line}"_sr; in resetAssertionInfo()