Skip to content

ASTtools::collectRefdVarSyms

Collect var syms for all variable references at 's'.

Synopsis

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

[[visibility]]
void
collectRefdVarSyms(
    SgStatement const* s,
    VarSymSet_t& syms);

Parameters

Name

Description

s

This class represents the notion of a statement.

syms

Stores a collection of SgVariableSymbols (var syms).

Created with MrDocs