17 #ifndef LLVM_CLANG_BASIC_LAMBDA_H
18 #define LLVM_CLANG_BASIC_LAMBDA_H
44 #endif // LLVM_CLANG_BASIC_LAMBDA_H
LambdaCaptureDefault
The default, if any, capture method for a lambda expression.
LambdaCaptureKind
The different capture forms in a lambda introducer.
< Capturing the *this object by copy
Capturing variable-length array type.
Capturing the *this object by reference.