|
clang 22.0.0git
|
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 | |
| CompoundScopeRAII & | operator= (const CompoundScopeRAII &)=delete |
Definition at line 1292 of file Sema.h.
References clang::Sema::Sema().
Referenced by CompoundScopeRAII(), and operator=().
|
inline |
|
delete |
References CompoundScopeRAII().
|
delete |
References CompoundScopeRAII(), and clang::Sema::Sema().