clang API Documentation
#include <Sema.h>
Public Member Functions | |
| FullExprArg (Sema &actions) | |
| FullExprArg (const FullExprArg &Other) | |
| ExprResult | release () |
| Expr * | get () const |
| Expr * | operator-> () |
Friends | |
| class | Sema |
| clang::Sema::FullExprArg::FullExprArg | ( | Sema & | actions | ) | [inline] |
| clang::Sema::FullExprArg::FullExprArg | ( | const FullExprArg & | Other | ) | [inline] |
| Expr* clang::Sema::FullExprArg::get | ( | ) | const [inline] |
Definition at line 2388 of file Sema.h.
Referenced by clang::Sema::ActOnExprStmt(), and clang::Sema::ActOnForStmt().
| ExprResult clang::Sema::FullExprArg::release | ( | ) | [inline] |
Definition at line 2384 of file Sema.h.
References clang::move().
Referenced by clang::Sema::ActOnForStmt(), clang::Sema::ActOnIfStmt(), and clang::Sema::ActOnWhileStmt().