SageInterface::isLambdaCapturedVariable
check if a variable reference is this‐>a[i]inside of a lambda function
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
bool
isLambdaCapturedVariable(SgVarRefExp* varRef);
Parameters
Name |
Description |
varRef |
This class represents the variable refernece in expressions. |
Created with MrDocs