Returns true if this expr should be treated as a constant expression.
| 173 | |
| 174 | /// Returns true if this expr should be treated as a constant expression. |
| 175 | bool is_constant() const { return is_constant_; } |
| 176 | |
| 177 | /// Returns the number of SlotRef nodes in the expr tree. If 'slot_ids' is non-null, |
| 178 | /// add the slot ids to it. Overridden by SlotRef. |
no outgoing calls
no test coverage detected