clang  3.8.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 6908 of file Sema.h.

Constructor & Destructor Documentation

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

Definition at line 6910 of file Sema.h.

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

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

Definition at line 6918 of file Sema.h.


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