Home | History | Annotate | Download | only in src

Lines Matching refs:SwitchStatement

138 void PrettyPrinter::VisitSwitchStatement(SwitchStatement* node) {
845 void AstPrinter::VisitSwitchStatement(SwitchStatement* node) {
1262 void JsonAstBuilder::VisitSwitchStatement(SwitchStatement* stmt) {
1263 TagScope tag(this, "SwitchStatement");