| 287 | } |
| 288 | |
| 289 | ABSL_MUST_USE_RESULT bool has_target() const { return target_ != nullptr; } |
| 290 | |
| 291 | // The target of an method call-style expression. For example, `x` in `x.f()`. |
| 292 | ABSL_MUST_USE_RESULT const Expr& target() const ABSL_ATTRIBUTE_LIFETIME_BOUND; |
no outgoing calls