SageBuilder::buildFunctionCallStmt
Build a regular function call statement
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgExprStatement*
buildFunctionCallStmt(
SgName const& name,
SgType* return_type,
SgExprListExp* parameters = NULL,
SgScopeStatement* scope = NULL);
Return Value
This class represents the concept of a C or C++ statement which contains a
Parameters
Name |
Description |
name |
This class represents strings within the IR nodes. |
return_type |
This class represents the base class for all types. |
parameters |
This class represents the concept of a C and C++ expression list. |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs