clang 22.0.0git
clang::Sema::CompoundScopeRAII Class Reference

A RAII object to enter scope of a compound statement. More...

#include "clang/Sema/Sema.h"

Public Member Functions

 CompoundScopeRAII (Sema &S, bool IsStmtExpr=false)
 ~CompoundScopeRAII ()
 CompoundScopeRAII (const CompoundScopeRAII &)=delete
CompoundScopeRAIIoperator= (const CompoundScopeRAII &)=delete

Detailed Description

A RAII object to enter scope of a compound statement.

Definition at line 1290 of file Sema.h.

Constructor & Destructor Documentation

◆ CompoundScopeRAII() [1/2]

clang::Sema::CompoundScopeRAII::CompoundScopeRAII ( Sema & S,
bool IsStmtExpr = false )
inline

Definition at line 1292 of file Sema.h.

References clang::Sema::Sema().

Referenced by CompoundScopeRAII(), and operator=().

◆ ~CompoundScopeRAII()

clang::Sema::CompoundScopeRAII::~CompoundScopeRAII ( )
inline

Definition at line 1296 of file Sema.h.

◆ CompoundScopeRAII() [2/2]

clang::Sema::CompoundScopeRAII::CompoundScopeRAII ( const CompoundScopeRAII & )
delete

References CompoundScopeRAII().

Member Function Documentation

◆ operator=()

CompoundScopeRAII & clang::Sema::CompoundScopeRAII::operator= ( const CompoundScopeRAII & )
delete

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