Searched defs:CatchBlockWrapper (Results 1 – 1 of 1) sorted by relevance
80 struct CatchBlockWrapper { struct81 std::string wholeLine;82 std::string exceptionRecord;83 std::string tryBeginLabel;84 std::string tryEndLabel;85 std::string catchBeginLabel;86 std::string catchEndLabel;89 …CatchBlockWrapper(std::string ln, std::string excr, std::string tbl, std::string tel, std::string … in CatchBlockWrapper() function