clang 22.0.0git
clang::Sema::GlobalEagerInstantiationScope Class Reference

#include "clang/Sema/Sema.h"

Public Member Functions

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

Detailed Description

Definition at line 13903 of file Sema.h.

Constructor & Destructor Documentation

◆ GlobalEagerInstantiationScope()

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

Definition at line 13905 of file Sema.h.

References clang::Sema::Sema().

◆ ~GlobalEagerInstantiationScope()

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

Definition at line 13925 of file Sema.h.

References clang::TU_Prefix.

Member Function Documentation

◆ perform()

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

Definition at line 13917 of file Sema.h.

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


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