clang  3.7.0
Public Member Functions | Public Attributes | List of all members
clang::LambdaIntroducer::LambdaCapture Struct Reference

An individual capture in a lambda introducer. More...

#include <DeclSpec.h>

Collaboration diagram for clang::LambdaIntroducer::LambdaCapture:
[legend]

Public Member Functions

 LambdaCapture (LambdaCaptureKind Kind, SourceLocation Loc, IdentifierInfo *Id, SourceLocation EllipsisLoc, ExprResult Init, ParsedType InitCaptureType)
 

Public Attributes

LambdaCaptureKind Kind
 
SourceLocation Loc
 
IdentifierInfoId
 
SourceLocation EllipsisLoc
 
ExprResult Init
 
ParsedType InitCaptureType
 

Detailed Description

An individual capture in a lambda introducer.

Definition at line 2257 of file DeclSpec.h.

Constructor & Destructor Documentation

clang::LambdaIntroducer::LambdaCapture::LambdaCapture ( LambdaCaptureKind  Kind,
SourceLocation  Loc,
IdentifierInfo Id,
SourceLocation  EllipsisLoc,
ExprResult  Init,
ParsedType  InitCaptureType 
)
inline

Definition at line 2264 of file DeclSpec.h.

Member Data Documentation

SourceLocation clang::LambdaIntroducer::LambdaCapture::EllipsisLoc

Definition at line 2261 of file DeclSpec.h.

IdentifierInfo* clang::LambdaIntroducer::LambdaCapture::Id

Definition at line 2260 of file DeclSpec.h.

ExprResult clang::LambdaIntroducer::LambdaCapture::Init

Definition at line 2262 of file DeclSpec.h.

ParsedType clang::LambdaIntroducer::LambdaCapture::InitCaptureType

Definition at line 2263 of file DeclSpec.h.

LambdaCaptureKind clang::LambdaIntroducer::LambdaCapture::Kind

Definition at line 2258 of file DeclSpec.h.

SourceLocation clang::LambdaIntroducer::LambdaCapture::Loc

Definition at line 2259 of file DeclSpec.h.


The documentation for this struct was generated from the following file: