| 168 | : MacroExprFactory(accu_var), source_(source) {} |
| 169 | |
| 170 | void BeginMacro(SourceRange macro_position) { |
| 171 | macro_position_ = macro_position; |
| 172 | } |
| 173 | |
| 174 | void EndMacro() { macro_position_ = SourceRange{}; } |
| 175 |
no outgoing calls
no test coverage detected