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 5948 of file Sema.h.

Constructor & Destructor Documentation

◆ FullExprArg() [1/2]

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

Definition at line 5950 of file Sema.h.

◆ FullExprArg() [2/2]

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

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

◆ release()

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

Definition at line 5953 of file Sema.h.

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

Friends And Related Function Documentation

◆ Sema

friend class Sema
friend

Definition at line 5962 of file Sema.h.


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