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)
ExprResult release ()
Exprget () const
Exproperator-> ()

Friends

class Sema

Detailed Description

Definition at line 3038 of file Sema.h.


Constructor & Destructor Documentation

Definition at line 3040 of file Sema.h.


Member Function Documentation

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

Definition at line 3046 of file Sema.h.

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

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

Definition at line 3048 of file Sema.h.


Friends And Related Function Documentation

friend class Sema [friend]

Definition at line 3055 of file Sema.h.


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