Skip to content

Outliner::appendIndividualFunctionCallArgs

Generates a function call parameter list using a set of symbols

Synopsis

Declared in <src/midend/programTransformation/astOutlining/Outliner.hh>

void
appendIndividualFunctionCallArgs(
    ASTtools::VarSymSet_t const& syms,
    std::set<SgInitializedName*> const varUsingOriginalType,
    SgExprListExp* e_list);

Parameters

Name

Description

syms

Stores a collection of SgVariableSymbols (var syms).

e_list

This class represents the concept of a C and C++ expression list.

Created with MrDocs