ASTtools::collectDefdVarSyms
Collect var syms for all local variable declarations at 's'.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/VarSym.hh>
[[visibility]]
void
collectDefdVarSyms(
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