Searched refs:GotoStatement (Results 1 – 5 of 5) sorted by relevance
54 V(GotoStatement) \485 struct GotoStatement : Statement { struct486 DEFINE_AST_NODE_LEAF_BOILERPLATE(GotoStatement)487 GotoStatement(SourcePosition pos, std::string label, in GotoStatement() function
132 void Visit(GotoStatement* expr) {} in Visit()
126 const Type* Visit(GotoStatement* stmt);
628 MakeNode<GotoStatement>(std::move(label), std::move(arguments)); in MakeGotoStatement()
576 const Type* ImplementationVisitor::Visit(GotoStatement* stmt) { in Visit()