SageBuilder::buildMemberFunctionCall
Build member function calls. objectExpression: the variable reference expression to an object of template class instantiation: vector<int> var1;
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgFunctionCallExp*
buildMemberFunctionCall(
SgExpression* objectExpression,
SgMemberFunctionSymbol* functionSymbol,
SgExprListExp* params);
Return Value
This class represents the concept of a C++ function call (which is an expression).
Parameters
Name |
Description |
objectExpression |
This class represents the notion of an expression. Expressions |
params |
This class represents the concept of a C and C++ expression list. |
Created with MrDocs