Searched defs:AssertionInfo (Results 1 – 2 of 2) sorted by relevance
1579 struct AssertionInfo { struct1586 AssertionInfo(SMLoc Loc, Init *Condition, Init *Message) in AssertionInfo() argument
827 struct AssertionInfo struct829 AssertionInfo() {} in AssertionInfo() argument835 std::string macroName;836 SourceLineInfo lineInfo;837 std::string capturedExpression;838 ResultDisposition::Flags resultDisposition;7223 AssertionInfo::AssertionInfo( std::string const& _macroName, in AssertionInfo() function in Catch::AssertionInfo