clang  3.7.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 3237 of file Sema.h.

Constructor & Destructor Documentation

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

Definition at line 3240 of file Sema.h.

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

Definition at line 3241 of file Sema.h.

Member Function Documentation

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

Definition at line 3245 of file Sema.h.

Member Data Documentation

bool clang::Sema::FunctionScopeRAII::Active

Definition at line 3239 of file Sema.h.

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

Definition at line 3238 of file Sema.h.


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