clang API Documentation
| ASTStmtReader class | clang::LambdaCapture | [friend] |
| ASTStmtWriter class | clang::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 |