|
clang 22.0.0git
|
This is the complete list of members for clang::BlockDecl::Capture, including all inherited members.
| Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) | clang::BlockDecl::Capture | inline |
| getCopyExpr() const | clang::BlockDecl::Capture | inline |
| getVariable() const | clang::BlockDecl::Capture | inline |
| hasCopyExpr() const | clang::BlockDecl::Capture | inline |
| isByRef() const | clang::BlockDecl::Capture | inline |
| isEscapingByref() const | clang::BlockDecl::Capture | inline |
| isNested() const | clang::BlockDecl::Capture | inline |
| isNonEscapingByref() const | clang::BlockDecl::Capture | inline |
| setCopyExpr(Expr *e) | clang::BlockDecl::Capture | inline |