clang API Documentation

clang::LambdaCapture Member List
This is the complete list of members for clang::LambdaCapture, including all inherited members.
ASTStmtReader classclang::LambdaCapture [friend]
ASTStmtWriter classclang::LambdaCapture [friend]
capturesThis() const clang::LambdaCapture [inline]
capturesVariable() const clang::LambdaCapture [inline]
capturesVLAType() const clang::LambdaCapture [inline]
getCapturedVar() const clang::LambdaCapture [inline]
getCaptureKind() const clang::LambdaCapture
getEllipsisLoc() const clang::LambdaCapture [inline]
getLocation() const clang::LambdaCapture [inline]
isExplicit() const clang::LambdaCapture [inline]
isImplicit() const clang::LambdaCapture [inline]
isInitCapture() const clang::LambdaCapture [inline]
isPackExpansion() const clang::LambdaCapture [inline]
LambdaCapture(SourceLocation Loc, bool Implicit, LambdaCaptureKind Kind, VarDecl *Var=nullptr, SourceLocation EllipsisLoc=SourceLocation())clang::LambdaCapture