Home | History | Annotate | Download | only in compiler

Lines Matching refs:Statement

163   // Either 'break' or 'continue' to the target statement.
178 void PerformCommand(Command cmd, Statement* target, Node* value);
182 virtual bool Execute(Command cmd, Statement* target, Node** value) {
219 bool Execute(Command cmd, Statement* target, Node** value) override {
247 bool Execute(Command cmd, Statement* target, Node** value) override {
830 Statement* target,
1039 Visit(stmt->statement());
1200 // Debugger statement is supported only by going through Ignition first.
2093 void AstGraphBuilder::VisitIfNotNull(Statement* stmt) {