clang 22.0.0git
clang::Sema::LocalEagerInstantiationScope Class Reference

#include "clang/Sema/Sema.h"

Public Member Functions

 LocalEagerInstantiationScope (Sema &S, bool AtEndOfTU)
void perform ()
 ~LocalEagerInstantiationScope ()
 LocalEagerInstantiationScope (const LocalEagerInstantiationScope &)=delete
LocalEagerInstantiationScopeoperator= (const LocalEagerInstantiationScope &)=delete

Detailed Description

Definition at line 14004 of file Sema.h.

Constructor & Destructor Documentation

◆ LocalEagerInstantiationScope() [1/2]

clang::Sema::LocalEagerInstantiationScope::LocalEagerInstantiationScope ( Sema & S,
bool AtEndOfTU )
inline

Definition at line 14006 of file Sema.h.

References clang::Sema::Sema().

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

◆ ~LocalEagerInstantiationScope()

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

Definition at line 14017 of file Sema.h.

◆ LocalEagerInstantiationScope() [2/2]

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

Member Function Documentation

◆ operator=()

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

◆ perform()

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

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