clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::Sema::FunctionScopeRAII Struct Reference

An RAII helper that pops function a function scope on exit. More...

#include "clang/Sema/Sema.h"

Inheritance diagram for clang::Sema::FunctionScopeRAII:
Inheritance graph
[legend]

Public Member Functions

 FunctionScopeRAII (Sema &S)
 
 ~FunctionScopeRAII ()
 
void disable ()
 

Public Attributes

SemaS
 
bool Active
 

Detailed Description

An RAII helper that pops function a function scope on exit.

Definition at line 1050 of file Sema.h.

Constructor & Destructor Documentation

◆ FunctionScopeRAII()

clang::Sema::FunctionScopeRAII::FunctionScopeRAII ( Sema S)
inline

Definition at line 1053 of file Sema.h.

◆ ~FunctionScopeRAII()

clang::Sema::FunctionScopeRAII::~FunctionScopeRAII ( )
inline

Definition at line 1054 of file Sema.h.

References Active, clang::Sema::PopFunctionScopeInfo(), and S.

Member Function Documentation

◆ disable()

void clang::Sema::FunctionScopeRAII::disable ( )
inline

Member Data Documentation

◆ Active

bool clang::Sema::FunctionScopeRAII::Active

Definition at line 1052 of file Sema.h.

Referenced by disable(), and ~FunctionScopeRAII().

◆ S

Sema& clang::Sema::FunctionScopeRAII::S

Definition at line 1051 of file Sema.h.

Referenced by ~FunctionScopeRAII().


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