|
clang
3.8.0
|
Defines several types used to describe C++ lambda expressions that are shared between the parser and AST. More...
Go to the source code of this file.
Namespaces | |
| clang | |
| Dataflow Directional Tag Classes. | |
Enumerations | |
| enum | clang::LambdaCaptureDefault { clang::LCD_None, clang::LCD_ByCopy, clang::LCD_ByRef } |
| The default, if any, capture method for a lambda expression. More... | |
| enum | clang::LambdaCaptureKind { clang::LCK_This, clang::LCK_ByCopy, clang::LCK_ByRef, clang::LCK_VLAType } |
| The different capture forms in a lambda introducer. More... | |
Defines several types used to describe C++ lambda expressions that are shared between the parser and AST.
Definition in file Lambda.h.
1.8.6