clang API Documentation
An individual capture in a lambda introducer. More...
#include <DeclSpec.h>
Public Member Functions | |
LambdaCapture (LambdaCaptureKind Kind, SourceLocation Loc, IdentifierInfo *Id, SourceLocation EllipsisLoc, ExprResult Init, ParsedType InitCaptureType) | |
Public Attributes | |
LambdaCaptureKind | Kind |
SourceLocation | Loc |
IdentifierInfo * | Id |
SourceLocation | EllipsisLoc |
ExprResult | Init |
ParsedType | InitCaptureType |
An individual capture in a lambda introducer.
Definition at line 2198 of file DeclSpec.h.
clang::LambdaIntroducer::LambdaCapture::LambdaCapture | ( | LambdaCaptureKind | Kind, |
SourceLocation | Loc, | ||
IdentifierInfo * | Id, | ||
SourceLocation | EllipsisLoc, | ||
ExprResult | Init, | ||
ParsedType | InitCaptureType | ||
) | [inline] |
Definition at line 2205 of file DeclSpec.h.
Definition at line 2202 of file DeclSpec.h.
Definition at line 2201 of file DeclSpec.h.
Definition at line 2203 of file DeclSpec.h.
Definition at line 2204 of file DeclSpec.h.
Definition at line 2199 of file DeclSpec.h.
Definition at line 2200 of file DeclSpec.h.