clang
8.0.0
|
Represents a complete lambda introducer. More...
#include "clang/Sema/DeclSpec.h"
Classes | |
struct | LambdaCapture |
An individual capture in a lambda introducer. More... | |
Public Member Functions | |
LambdaIntroducer () | |
void | addCapture (LambdaCaptureKind Kind, SourceLocation Loc, IdentifierInfo *Id, SourceLocation EllipsisLoc, LambdaCaptureInitKind InitKind, ExprResult Init, ParsedType InitCaptureType, SourceRange ExplicitRange) |
Append a capture in a lambda introducer. More... | |
Public Attributes | |
SourceRange | Range |
SourceLocation | DefaultLoc |
LambdaCaptureDefault | Default |
SmallVector< LambdaCapture, 4 > | Captures |
Represents a complete lambda introducer.
Definition at line 2549 of file DeclSpec.h.
|
inline |
Definition at line 2576 of file DeclSpec.h.
|
inline |
Append a capture in a lambda introducer.
Definition at line 2580 of file DeclSpec.h.
SmallVector<LambdaCapture, 4> clang::LambdaIntroducer::Captures |
Definition at line 2574 of file DeclSpec.h.
LambdaCaptureDefault clang::LambdaIntroducer::Default |
Definition at line 2573 of file DeclSpec.h.
SourceLocation clang::LambdaIntroducer::DefaultLoc |
Definition at line 2572 of file DeclSpec.h.
SourceRange clang::LambdaIntroducer::Range |
Definition at line 2571 of file DeclSpec.h.
Referenced by addConstexprToLambdaDeclSpecifier().