clang 19.0.0git
Public Member Functions | List of all members
clang::Sema::GlobalEagerInstantiationScope Class Reference

#include "clang/Sema/Sema.h"

Public Member Functions

 GlobalEagerInstantiationScope (Sema &S, bool Enabled)
 
void perform ()
 
 ~GlobalEagerInstantiationScope ()
 

Detailed Description

Definition at line 10808 of file Sema.h.

Constructor & Destructor Documentation

◆ GlobalEagerInstantiationScope()

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

Definition at line 10810 of file Sema.h.

◆ ~GlobalEagerInstantiationScope()

clang::Sema::GlobalEagerInstantiationScope::~GlobalEagerInstantiationScope ( )
inline

Definition at line 10829 of file Sema.h.

References clang::TU_Prefix.

Member Function Documentation

◆ perform()

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

Definition at line 10822 of file Sema.h.

Referenced by clang::Sema::InstantiateVariableDefinition().


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