Skip to content

SgNodeHelper::Pattern::matchReturnStmtFunctionCallExp

tests pattern SgReturnStmt(FunctionCallExp) and returns pointer to FunctionCallExp, otherwise 0.

Synopsis

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

SgFunctionCallExp*
matchReturnStmtFunctionCallExp(SgNode*);

Return Value

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

Created with MrDocs