Searched refs:TryLabelStatement (Results 1 – 6 of 6) sorted by relevance
55 V(TryLabelStatement)553 struct TryLabelStatement : Statement { struct554 DEFINE_AST_NODE_LEAF_BOILERPLATE(TryLabelStatement)555 TryLabelStatement(SourcePosition pos, Statement* try_block, in TryLabelStatement() function
142 void Visit(TryLabelStatement* stmt);
124 const Type* Visit(TryLabelStatement* stmt);
553 current_block->statements.push_back(MakeNode<TryLabelStatement>( in MakeTypeswitchStatement()645 MakeNode<TryLabelStatement>(try_block, std::move(label_blocks)); in MakeTryLabelStatement()
459 void DeclarationVisitor::Visit(TryLabelStatement* stmt) { in Visit()
922 const Type* ImplementationVisitor::Visit(TryLabelStatement* stmt) { in Visit()