clang  3.9.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 3353 of file Sema.h.

Constructor & Destructor Documentation

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

Definition at line 3355 of file Sema.h.

References clang::Sema::ActOnStartOfCompoundStmt().

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

Definition at line 3359 of file Sema.h.

References S.


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