SageInterface::getSymbolsUsedInExpression
Find referenced symbols within an expression
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
std::vector<SgVariableSymbol*>
getSymbolsUsedInExpression(SgExpression* expr);
Return Value
A standard container which offers fixed time access to individual elements in any order.
Parameters
Name |
Description |
expr |
This class represents the notion of an expression. Expressions |
Created with MrDocs