clang  3.7.0
Public Member Functions | List of all members
clang::Sema::CompoundScopeRAII Class Reference

A RAII object to enter scope of a compound statement. More...

#include <Sema.h>

Public Member Functions

 CompoundScopeRAII (Sema &S)
 
 ~CompoundScopeRAII ()
 

Detailed Description

A RAII object to enter scope of a compound statement.

Definition at line 3222 of file Sema.h.

Constructor & Destructor Documentation

clang::Sema::CompoundScopeRAII::CompoundScopeRAII ( Sema S)
inline

Definition at line 3224 of file Sema.h.

References clang::Sema::ActOnStartOfCompoundStmt().

clang::Sema::CompoundScopeRAII::~CompoundScopeRAII ( )
inline

Definition at line 3228 of file Sema.h.


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