clang API Documentation
LambdaCapture - An individual capture in a lambda introducer. More...
#include <DeclSpec.h>

Public Member Functions | |
| LambdaCapture (LambdaCaptureKind Kind, SourceLocation Loc, IdentifierInfo *Id=0, SourceLocation EllipsisLoc=SourceLocation()) | |
Public Attributes | |
| LambdaCaptureKind | Kind |
| SourceLocation | Loc |
| IdentifierInfo * | Id |
| SourceLocation | EllipsisLoc |
LambdaCapture - An individual capture in a lambda introducer.
Definition at line 1951 of file DeclSpec.h.
| clang::LambdaCapture::LambdaCapture | ( | LambdaCaptureKind | Kind, |
| SourceLocation | Loc, | ||
| IdentifierInfo * | Id = 0, |
||
| SourceLocation | EllipsisLoc = SourceLocation() |
||
| ) | [inline] |
Definition at line 1957 of file DeclSpec.h.
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.