ASTtools::collectThisExpressions
Collect 'this' expressions.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/This.hh>
void
collectThisExpressions(
SgStatement const* root,
ThisExprSet_t& exprs);
Parameters
Name |
Description |
root |
This class represents the notion of a statement. |
exprs |
Stores a list of 'this' expressions. |
Created with MrDocs