clang  3.8.0
Public Member Functions | Friends | List of all members
clang::Sema::FullExprArg Class Reference

#include <Sema.h>

Public Member Functions

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

Friends

class Sema
 

Detailed Description

Definition at line 3225 of file Sema.h.

Constructor & Destructor Documentation

clang::Sema::FullExprArg::FullExprArg ( Sema actions)
inline

Definition at line 3227 of file Sema.h.

Member Function Documentation

Expr* clang::Sema::FullExprArg::get ( ) const
inline

Definition at line 3233 of file Sema.h.

References E.

Referenced by clang::Sema::ActOnForStmt().

Expr* clang::Sema::FullExprArg::operator-> ( )
inline

Definition at line 3235 of file Sema.h.

References E.

ExprResult clang::Sema::FullExprArg::release ( )
inline

Definition at line 3229 of file Sema.h.

References E.

Referenced by clang::Sema::ActOnForStmt(), clang::Sema::ActOnIfStmt(), and clang::Sema::ActOnWhileStmt().

Friends And Related Function Documentation

friend class Sema
friend

Definition at line 3242 of file Sema.h.


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