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

Constructor & Destructor Documentation

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

Definition at line 7045 of file Sema.h.

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

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

Definition at line 7053 of file Sema.h.

References S.


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