clang API Documentation

Public Member Functions
clang::Sema::CompoundScopeRAII Class Reference

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

#include <Sema.h>

List of all members.

Public Member Functions

 CompoundScopeRAII (Sema &S)
 ~CompoundScopeRAII ()

Detailed Description

A RAII object to enter scope of a compound statement.

Definition at line 3087 of file Sema.h.


Constructor & Destructor Documentation

Definition at line 3089 of file Sema.h.

References clang::Sema::ActOnStartOfCompoundStmt().

Definition at line 3093 of file Sema.h.


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