clang 22.0.0git
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 7718 of file Sema.h.

Constructor & Destructor Documentation

◆ FullExprArg() [1/2]

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

Definition at line 7720 of file Sema.h.

References clang::nullptr.

Referenced by Sema.

◆ FullExprArg() [2/2]

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

Definition at line 7721 of file Sema.h.

References clang::nullptr, and Sema.

Member Function Documentation

◆ get()

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

◆ operator->()

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

Definition at line 7727 of file Sema.h.

◆ release()

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

Definition at line 7723 of file Sema.h.

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

◆ Sema

friend class Sema
friend

Definition at line 7732 of file Sema.h.

References clang::ast_matchers::expr, FullExprArg(), and Sema.

Referenced by FullExprArg(), and Sema.


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