clang 20.0.0git
|
An RAII helper that pops function a function scope on exit. More...
#include "clang/Sema/Sema.h"
Public Member Functions | |
FunctionScopeRAII (Sema &S) | |
~FunctionScopeRAII () | |
void | disable () |
Public Attributes | |
Sema & | S |
bool | Active |
|
inline |
|
inline |
Definition at line 986 of file Sema.h.
References Active, clang::Sema::PopFunctionScopeInfo(), and S.
|
inline |
Definition at line 990 of file Sema.h.
References Active.
Referenced by clang::Sema::LambdaScopeForCallOperatorInstantiationRAII::LambdaScopeForCallOperatorInstantiationRAII().
bool clang::Sema::FunctionScopeRAII::Active |
Definition at line 984 of file Sema.h.
Referenced by disable(), and ~FunctionScopeRAII().
Sema& clang::Sema::FunctionScopeRAII::S |
Definition at line 983 of file Sema.h.
Referenced by ~FunctionScopeRAII().