clang API Documentation

clang::BlockDecl::Capture Member List
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]
isNested() const clang::BlockDecl::Capture [inline]
setCopyExpr(Expr *e)clang::BlockDecl::Capture [inline]