Searched refs:GotoDefaultStatement (Results 1 – 21 of 21) sorted by relevance
140 …GotoDefaultStatement *isGotoDefaultStatement() { return stmt == STMTgotoDefault ? (GotoDefaultStat… in isGotoDefaultStatement()489 class GotoDefaultStatement : public Statement494 GotoDefaultStatement *syntaxCopy();
382 …inout(GotoDefaultStatement) isGotoDefaultStatement() { return stmt == STMT.GotoDefault ? cast(type… in isGotoDefaultStatement()1343 extern (C++) final class GotoDefaultStatement : Statement1352 override GotoDefaultStatement syntaxCopy() in syntaxCopy()1354 return new GotoDefaultStatement(loc); in syntaxCopy()
344 override void visit(GotoDefaultStatement s) in blockExit()
39 class GotoDefaultStatement; variable413 virtual void visit(GotoDefaultStatement *s) { visit((Statement *)s); } in visit()
119 void visit(AST.GotoDefaultStatement s) { visit(cast(AST.Statement)s); } in ParseTimeVisitor()
643 void visitGotoDefault(GotoDefaultStatement s) in toObNodes()
567 override void visit(GotoDefaultStatement s) in visit()
2738 override void visit(GotoDefaultStatement gds) in package()
1410 override void visit(GotoDefaultStatement s) in visit()
6296 s = new AST.GotoDefaultStatement(loc);
103 virtual GotoDefaultStatement *isGotoDefaultStatement() { return NULL; } in isGotoDefaultStatement()483 class GotoDefaultStatement : public Statement488 GotoDefaultStatement(Loc loc);490 GotoDefaultStatement *isGotoDefaultStatement() { return this; } in isGotoDefaultStatement()
1225 GotoDefaultStatement::GotoDefaultStatement(Loc loc) in GotoDefaultStatement() function1231 Statement *GotoDefaultStatement::syntaxCopy() in syntaxCopy()1233 return new GotoDefaultStatement(loc); in syntaxCopy()
303 void visit(GotoDefaultStatement *) in blockExit()
39 class GotoDefaultStatement; variable333 virtual void visit(GotoDefaultStatement *s) { visit((Statement *)s); } in visit()
498 void visit(GotoDefaultStatement *) in visit() argument
504 void visit(GotoDefaultStatement *) in visit() argument1567 void visit(GotoDefaultStatement *s) in visit()
160 void visit(GotoDefaultStatement *) { } in visit() argument
2638 void visit(GotoDefaultStatement *gds) in visit()
5617 s = new GotoDefaultStatement(loc); in parseStatement()
927 void visit (GotoDefaultStatement *s) in visit()
996 void visit (GotoDefaultStatement *s) in visit()