clang
7.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 2538 of file DeclSpec.h.
|
inline |
Definition at line 2565 of file DeclSpec.h.
|
inline |
Append a capture in a lambda introducer.
Definition at line 2569 of file DeclSpec.h.
SmallVector<LambdaCapture, 4> clang::LambdaIntroducer::Captures |
Definition at line 2563 of file DeclSpec.h.
LambdaCaptureDefault clang::LambdaIntroducer::Default |
Definition at line 2562 of file DeclSpec.h.
SourceLocation clang::LambdaIntroducer::DefaultLoc |
Definition at line 2561 of file DeclSpec.h.
SourceRange clang::LambdaIntroducer::Range |
Definition at line 2560 of file DeclSpec.h.
Referenced by addConstexprToLambdaDeclSpecifier().