clang  3.9.0
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 <Sema.h>

Collaboration diagram for clang::Sema::FunctionScopeRAII:
[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 3368 of file Sema.h.

Constructor & Destructor Documentation

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

Definition at line 3371 of file Sema.h.

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

Definition at line 3372 of file Sema.h.

References S.

Member Function Documentation

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

Definition at line 3376 of file Sema.h.

Member Data Documentation

bool clang::Sema::FunctionScopeRAII::Active

Definition at line 3370 of file Sema.h.

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

Definition at line 3369 of file Sema.h.


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