SgNodeHelper::Pattern::matchFunctionCall
tests several patterns and returns pointer to FunctionCallExp inside that matched pattern, otherwise 0.
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
SgFunctionCallExp*
matchFunctionCall(SgNode*);
Return Value
This class represents the concept of a C++ function call (which is an expression).
Created with MrDocs