Lines Matching defs:node
343 Target(Target** variable, AstNode* node)
344 : variable_(variable), node_(node), previous_(*variable) {
353 AstNode* node() { return node_; }
1667 // variable and also set its mode. In any case, a Declaration node
1721 // We add a declaration node for every declaration. The compiler
2225 // which is why we need to generate a separate assignment node.
2263 // Add an assignment node to the initialization statement block if we still
3832 BreakableStatement* stat = t->node()->AsBreakableStatement();
3843 BreakableStatement* stat = t->node()->AsBreakableStatement();
3859 IterationStatement* stat = t->node()->AsIterationStatement();
3877 TargetCollector* collector = t->node()->AsTargetCollector();