clang 19.0.0git
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 6043 of file Sema.h.

Constructor & Destructor Documentation

◆ FullExprArg() [1/2]

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

Definition at line 6045 of file Sema.h.

◆ FullExprArg() [2/2]

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

Definition at line 6046 of file Sema.h.

Member Function Documentation

◆ get()

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

◆ operator->()

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

Definition at line 6052 of file Sema.h.

◆ release()

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

Definition at line 6048 of file Sema.h.

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

Friends And Related Function Documentation

◆ Sema

friend class Sema
friend

Definition at line 6057 of file Sema.h.


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