Lines Matching full:variable
99 // except in the case of variable reference nodes. For
101 // is common for all references to the variable, meaning
135 // Discard any variable references encountered along the way,
136 // and replace with copies of the variable's definitions.
137 // Used to replicate the expression underneath variable
145 // If the current node is a variable reference, skip over it
146 // and clone the definition of the variable instead.
171 // flattenVariables Walk a parse tree, replacing any variable
172 // references with a copy of the variable's definition.
175 // Return the root of the tree. If the root was not a variable
177 // is the root we return. If, however, the root was a variable
182 // without doing anything until a variable reference is
339 // Only dump the definition under a variable reference if asked to.