clang  3.8.0
Public Member Functions | List of all members
clang::Sema::VtorDispStackRAII Class Reference

Records and restores the vtordisp state on entry/exit of C++ method body. More...

#include <Sema.h>

Public Member Functions

 VtorDispStackRAII (Sema &S, bool ShouldSaveAndRestore)
 
 ~VtorDispStackRAII ()
 

Detailed Description

Records and restores the vtordisp state on entry/exit of C++ method body.

Definition at line 1012 of file Sema.h.

Constructor & Destructor Documentation

clang::Sema::VtorDispStackRAII::VtorDispStackRAII ( Sema S,
bool  ShouldSaveAndRestore 
)
inline

Definition at line 1014 of file Sema.h.

References clang::Sema::VtorDispModeStack.

clang::Sema::VtorDispStackRAII::~VtorDispStackRAII ( )
inline

Definition at line 1019 of file Sema.h.

References clang::Sema::VtorDispModeStack.


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