clang API Documentation

clang::Action::FullExprArg Class Reference

#include <Action.h>

Collaboration diagram for clang::Action::FullExprArg:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FullExprArg (Action &actions)
 FullExprArg (const FullExprArg &Other)
ExprResult release ()
Exprget () const
Exproperator-> ()

Friends

class Action

Detailed Description

Definition at line 112 of file Sema/Action.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().


Friends And Related Function Documentation

friend class Action [friend]

Definition at line 134 of file Sema/Action.h.


The documentation for this class was generated from the following file: