clang API Documentation

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

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

#include <DeclSpec.h>

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

List of all members.

Public Member Functions

 LambdaCapture (LambdaCaptureKind Kind, SourceLocation Loc, IdentifierInfo *Id=0, SourceLocation EllipsisLoc=SourceLocation())

Public Attributes

LambdaCaptureKind Kind
SourceLocation Loc
IdentifierInfoId
SourceLocation EllipsisLoc

Detailed Description

LambdaCapture - An individual capture in a lambda introducer.

Definition at line 1951 of file DeclSpec.h.


Constructor & Destructor Documentation

clang::LambdaCapture::LambdaCapture ( LambdaCaptureKind  Kind,
SourceLocation  Loc,
IdentifierInfo Id = 0,
SourceLocation  EllipsisLoc = SourceLocation() 
) [inline]

Definition at line 1957 of file DeclSpec.h.


Member Data Documentation

Definition at line 1955 of file DeclSpec.h.

Definition at line 1954 of file DeclSpec.h.

Definition at line 1952 of file DeclSpec.h.

Definition at line 1953 of file DeclSpec.h.


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