Searched defs:CatchBlock (Results 1 – 5 of 5) sorted by relevance
41 struct CatchBlock { struct42 std::string whole_line;43 std::string exception_record;44 std::string try_begin_label;45 std::string try_end_label;46 std::string catch_begin_label;47 std::string catch_end_label;
20 CodeDataAccessor::CatchBlock::CatchBlock(Span<const uint8_t> data) in CatchBlock() function in panda::panda_file::CodeDataAccessor::CatchBlock
27 message CatchBlock { message
509 ### CatchBlock subsection
590 using CatchBlock = CatchEndBlock::NextFlag; variable