SageBuilder::buildFunctionCallExp
Build a function call expression
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgFunctionCallExp*
buildFunctionCallExp(
SgFunctionSymbol* sym,
SgExprListExp* parameters = NULL);
Return Value
This class represents the concept of a C++ function call (which is an expression).
Parameters
Name |
Description |
parameters |
This class represents the concept of a C and C++ expression list. |
Created with MrDocs