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

#include <Sema.h>

Public Member Functions

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

Friends

class Sema
 

Detailed Description

Definition at line 3303 of file Sema.h.

Constructor & Destructor Documentation

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

Definition at line 3305 of file Sema.h.

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

Definition at line 3306 of file Sema.h.

Member Function Documentation

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

Definition at line 3312 of file Sema.h.

References E.

Referenced by clang::Sema::ActOnCondition(), clang::Sema::ActOnForStmt(), and buildSingleCopyAssignRecursively().

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

Definition at line 3314 of file Sema.h.

References E.

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

Definition at line 3308 of file Sema.h.

References E.

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

Friends And Related Function Documentation

friend class Sema
friend

Definition at line 3321 of file Sema.h.


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