SageBuilder::buildLambdaExp
DQ (9/3/2014): Adding support for C++11 Lambda expressions
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgLambdaExp*
buildLambdaExp(
SgLambdaCaptureList* lambda_capture_list,
SgClassDeclaration* lambda_closure_class,
SgFunctionDeclaration* lambda_function);
Parameters
Name |
Description |
lambda_closure_class |
This class represents the concept of a class declaration statement. It includes the |
lambda_function |
This class represents the concept of a function declaration statement. |
Created with MrDocs