|
clang 22.0.0git
|
An individual capture in a lambda introducer. More...
#include "clang/Sema/DeclSpec.h"
Public Member Functions | |
| LambdaCapture (LambdaCaptureKind Kind, SourceLocation Loc, IdentifierInfo *Id, SourceLocation EllipsisLoc, LambdaCaptureInitKind InitKind, ExprResult Init, ParsedType InitCaptureType, SourceRange ExplicitRange) | |
An individual capture in a lambda introducer.
Definition at line 2808 of file DeclSpec.h.
|
inline |
Definition at line 2818 of file DeclSpec.h.
References EllipsisLoc, ExplicitRange, Id, Init, InitCaptureType, InitKind, Kind, and Loc.
| SourceLocation clang::LambdaIntroducer::LambdaCapture::EllipsisLoc |
Definition at line 2812 of file DeclSpec.h.
Referenced by LambdaCapture().
| SourceRange clang::LambdaIntroducer::LambdaCapture::ExplicitRange |
Definition at line 2816 of file DeclSpec.h.
Referenced by LambdaCapture().
| IdentifierInfo* clang::LambdaIntroducer::LambdaCapture::Id |
Definition at line 2811 of file DeclSpec.h.
Referenced by LambdaCapture().
| ExprResult clang::LambdaIntroducer::LambdaCapture::Init |
Definition at line 2814 of file DeclSpec.h.
Referenced by LambdaCapture().
| ParsedType clang::LambdaIntroducer::LambdaCapture::InitCaptureType |
Definition at line 2815 of file DeclSpec.h.
Referenced by LambdaCapture().
| LambdaCaptureInitKind clang::LambdaIntroducer::LambdaCapture::InitKind |
Definition at line 2813 of file DeclSpec.h.
Referenced by LambdaCapture().
| LambdaCaptureKind clang::LambdaIntroducer::LambdaCapture::Kind |
Definition at line 2809 of file DeclSpec.h.
Referenced by LambdaCapture().
| SourceLocation clang::LambdaIntroducer::LambdaCapture::Loc |
Definition at line 2810 of file DeclSpec.h.
Referenced by LambdaCapture().