SageInterface::isUseByAddressVariableRef
Check if a variable reference is used by its address: including &a expression and foo(a) when type2 foo(Type& parameter) in C++
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
bool
isUseByAddressVariableRef(SgVarRefExp* ref);
Parameters
Name |
Description |
ref |
This class represents the variable refernece in expressions. |
Created with MrDocs