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

#include <Sema.h>

Public Member Functions

 SavePendingInstantiationsAndVTableUsesRAII (Sema &S, bool Enabled)
 
 ~SavePendingInstantiationsAndVTableUsesRAII ()
 

Detailed Description

Definition at line 6828 of file Sema.h.

Constructor & Destructor Documentation

clang::Sema::SavePendingInstantiationsAndVTableUsesRAII::SavePendingInstantiationsAndVTableUsesRAII ( Sema S,
bool  Enabled 
)
inline

Definition at line 6830 of file Sema.h.

References clang::Sema::PendingInstantiations, and clang::Sema::VTableUses.

clang::Sema::SavePendingInstantiationsAndVTableUsesRAII::~SavePendingInstantiationsAndVTableUsesRAII ( )
inline

Definition at line 6838 of file Sema.h.


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