clang 23.0.0git
clang::interp::EvalIDScope Class Reference

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Context.h"

Public Member Functions

 EvalIDScope (Context &Ctx)
 ~EvalIDScope ()
 EvalIDScope (const EvalIDScope &)=delete
EvalIDScopeoperator= (const EvalIDScope &)=delete

Detailed Description

Definition at line 199 of file Context.h.

Constructor & Destructor Documentation

◆ EvalIDScope() [1/2]

clang::interp::EvalIDScope::EvalIDScope ( Context & Ctx)
inline

Definition at line 201 of file Context.h.

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

◆ ~EvalIDScope()

clang::interp::EvalIDScope::~EvalIDScope ( )
inline

Definition at line 202 of file Context.h.

◆ EvalIDScope() [2/2]

clang::interp::EvalIDScope::EvalIDScope ( const EvalIDScope & )
delete

References EvalIDScope().

Member Function Documentation

◆ operator=()

EvalIDScope & clang::interp::EvalIDScope::operator= ( const EvalIDScope & )
delete

References EvalIDScope().


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