clang
3.7.0
|
Represents a complete lambda introducer. More...
#include <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, ExprResult Init, ParsedType InitCaptureType) |
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 2255 of file DeclSpec.h.
|
inline |
Definition at line 2276 of file DeclSpec.h.
|
inline |
Append a capture in a lambda introducer.
Definition at line 2280 of file DeclSpec.h.
References Captures.
SmallVector<LambdaCapture, 4> clang::LambdaIntroducer::Captures |
Definition at line 2274 of file DeclSpec.h.
Referenced by clang::Sema::ActOnStartOfLambdaDefinition(), addCapture(), and clang::Sema::CodeCompleteLambdaIntroducer().
LambdaCaptureDefault clang::LambdaIntroducer::Default |
Definition at line 2273 of file DeclSpec.h.
Referenced by clang::Sema::ActOnStartOfLambdaDefinition(), and clang::Sema::CodeCompleteLambdaIntroducer().
SourceLocation clang::LambdaIntroducer::DefaultLoc |
Definition at line 2272 of file DeclSpec.h.
Referenced by clang::Sema::ActOnStartOfLambdaDefinition().
SourceRange clang::LambdaIntroducer::Range |
Definition at line 2271 of file DeclSpec.h.
Referenced by clang::Sema::ActOnStartOfLambdaDefinition().