SageBuilder::buildMemberFunctionCall
buildMemberFunctionCall overloads
Synopses
Declared in <SageIII/sageInterface/sageBuilder.h>
Build member function calls. objectExpression: the variable reference expression to an object of template class instantiation: vector<int> var1;
[[visibility]]
SgFunctionCallExp*
buildMemberFunctionCall(
SgExpression* objectExpression,
SgMemberFunctionSymbol* functionSymbol,
SgExprListExp* params);
Build member function calls
[[visibility]]
SgFunctionCallExp*
buildMemberFunctionCall(
std::string className,
SgExpression* objectExpression,
std::string functionName,
SgExprListExp* params,
SgScopeStatement* scope);
Created with MrDocs