Skip to content

SgNodeHelper::Pattern::matchFunctionCallExpInVariableDeclaration

tests pattern for function call in variable declaration and returns pointer to FunctionCallExp otherwise 0.

Synopsis

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

SgFunctionCallExp*
matchFunctionCallExpInVariableDeclaration(SgNode* node);

Return Value

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

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs