clang  5.0.0
Public Member Functions | List of all members
clang::Sema::LocalEagerInstantiationScope Class Reference

#include "clang/Sema/Sema.h"

Public Member Functions

 LocalEagerInstantiationScope (Sema &S)
 
void perform ()
 
 ~LocalEagerInstantiationScope ()
 

Detailed Description

Definition at line 7501 of file Sema.h.

Constructor & Destructor Documentation

clang::Sema::LocalEagerInstantiationScope::LocalEagerInstantiationScope ( Sema S)
inline

Definition at line 7503 of file Sema.h.

References clang::Sema::PendingLocalImplicitInstantiations.

clang::Sema::LocalEagerInstantiationScope::~LocalEagerInstantiationScope ( )
inline

Definition at line 7510 of file Sema.h.

References S.

Member Function Documentation

void clang::Sema::LocalEagerInstantiationScope::perform ( )
inline

Definition at line 7508 of file Sema.h.

References S.

Referenced by clang::Sema::InstantiateFunctionDefinition(), and clang::Sema::InstantiateVariableDefinition().


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