clang API Documentation
#include <Action.h>

Public Member Functions | |
| FullExprArg (Action &actions) | |
| FullExprArg (const FullExprArg &Other) | |
| ExprResult | release () |
| Expr * | get () const |
| Expr * | operator-> () |
Friends | |
| class | Action |
Definition at line 112 of file Sema/Action.h.
| clang::Action::FullExprArg::FullExprArg | ( | Action & | actions | ) | [inline] |
Definition at line 114 of file Sema/Action.h.
| clang::Action::FullExprArg::FullExprArg | ( | const FullExprArg & | Other | ) | [inline] |
Definition at line 119 of file Sema/Action.h.
| Expr* clang::Action::FullExprArg::get | ( | ) | const [inline] |
Definition at line 125 of file Sema/Action.h.
Referenced by clang::Sema::ActOnExprStmt().
| Expr* clang::Action::FullExprArg::operator-> | ( | ) | [inline] |
Definition at line 127 of file Sema/Action.h.
| ExprResult clang::Action::FullExprArg::release | ( | ) | [inline] |
Definition at line 121 of file Sema/Action.h.
References clang::move().
friend class Action [friend] |
Definition at line 134 of file Sema/Action.h.