16#ifndef LLVM_CLANG_BASIC_LAMBDA_H
17#define LLVM_CLANG_BASIC_LAMBDA_H
The JSON file list parser is used to communicate input to InstallAPI.
LambdaCaptureKind
The different capture forms in a lambda introducer.
@ LCK_ByCopy
Capturing by copy (a.k.a., by value)
@ LCK_ByRef
Capturing by reference.
@ LCK_VLAType
Capturing variable-length array type.
@ LCK_StarThis
Capturing the *this object by copy.
@ LCK_This
Capturing the *this object by reference.
LambdaCaptureDefault
The default, if any, capture method for a lambda expression.