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