clang API Documentation

Public Member Functions | Friends
clang::Sema::FullExprArg Class Reference

#include <Sema.h>

List of all members.

Public Member Functions

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

Friends

class Sema

Detailed Description

Definition at line 2375 of file Sema.h.


Constructor & Destructor Documentation

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

Definition at line 2377 of file Sema.h.

clang::Sema::FullExprArg::FullExprArg ( const FullExprArg Other) [inline]

Definition at line 2382 of file Sema.h.


Member Function Documentation

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

Definition at line 2388 of file Sema.h.

Referenced by clang::Sema::ActOnExprStmt(), and clang::Sema::ActOnForStmt().

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

Definition at line 2390 of file Sema.h.

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

Friends And Related Function Documentation

friend class Sema [friend]

Definition at line 2397 of file Sema.h.


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