Skip to content

SgNodeHelper::ExtendedCallInfo::callExpression

returns the call expression if this represents a "normal" call or nullptr otherwise.

Synopsis

Declared in <src/midend/abstractLayer/SgNodeHelper.h>

SgFunctionCallExp*
callExpression() const;

Return Value

This class represents the concept of a C++ function call (which is an expression).

Created with MrDocs