Home | History | Annotate | Download | only in ast

Lines Matching refs:SwitchStatement

56   V(SwitchStatement)              \
1081 class SwitchStatement final : public BreakableStatement {
1083 DECLARE_NODE_TYPE(SwitchStatement)
1096 SwitchStatement(Zone* zone, ZoneList<const AstRawString*>* labels, int pos)
3141 STATEMENT_WITH_LABELS(SwitchStatement)