name

open override var name: Name

The Name of this call expression, based on its callee.

  • For simple calls, this is just the name of the callee, e.g., a reference to a function

  • For simple function pointers we want to prefix a *

  • For class based function pointers we want to build a name like MyClass::*pointer