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 ()

Detailed Description

A RAII object to enter scope of a compound statement.

Definition at line 1290 of file Sema.h.

Constructor & Destructor Documentation

◆ CompoundScopeRAII()

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

Definition at line 1292 of file Sema.h.

References clang::Sema::Sema().

◆ ~CompoundScopeRAII()

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

Definition at line 1296 of file Sema.h.


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