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

#include "clang/Sema/Sema.h"

Public Member Functions

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

Friends

class Sema
 

Detailed Description

Definition at line 3563 of file Sema.h.

Constructor & Destructor Documentation

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

Definition at line 3565 of file Sema.h.

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

Definition at line 3566 of file Sema.h.

Member Function Documentation

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

Definition at line 3572 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 3574 of file Sema.h.

References E.

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

Definition at line 3568 of file Sema.h.

References E.

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

Friends And Related Function Documentation

friend class Sema
friend

Definition at line 3581 of file Sema.h.


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