Home | History | Annotate | Download | only in ast

Lines Matching refs:Statement

84   Find(node->statement());
110 Find(node->statement());
396 void CallPrinter::FindStatements(ZoneList<Statement*>* statements) {
689 void AstPrinter::PrintStatements(ZoneList<Statement*>* statements) {
729 IndentedScope indent(this, "EXPRESSION STATEMENT", node->position());
741 Visit(node->statement());
776 PrintIndentedVisit("BODY", node->statement());