clang API Documentation

Public Member Functions | Public Attributes
clang::LambdaIntroducer::LambdaCapture Struct Reference

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

#include <DeclSpec.h>

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

List of all members.

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 2198 of file DeclSpec.h.


Constructor & Destructor Documentation

Definition at line 2205 of file DeclSpec.h.


Member Data Documentation

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.


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