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 ()
 GlobalEagerInstantiationScope (const GlobalEagerInstantiationScope &)=delete
GlobalEagerInstantiationScopeoperator= (const GlobalEagerInstantiationScope &)=delete

Detailed Description

Definition at line 14051 of file Sema.h.

Constructor & Destructor Documentation

◆ GlobalEagerInstantiationScope() [1/2]

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

Definition at line 14053 of file Sema.h.

References clang::Sema::Sema().

Referenced by GlobalEagerInstantiationScope(), and operator=().

◆ ~GlobalEagerInstantiationScope()

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

Definition at line 14073 of file Sema.h.

References clang::TU_Prefix.

◆ GlobalEagerInstantiationScope() [2/2]

clang::Sema::GlobalEagerInstantiationScope::GlobalEagerInstantiationScope ( const GlobalEagerInstantiationScope & )
delete

Member Function Documentation

◆ operator=()

GlobalEagerInstantiationScope & clang::Sema::GlobalEagerInstantiationScope::operator= ( const GlobalEagerInstantiationScope & )
delete

◆ perform()

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

Definition at line 14065 of file Sema.h.

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


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