clang 22.0.0git
clang::interp::Program::DeclScope Class Reference

Context to manage declaration lifetimes. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Program.h"

Public Member Functions

 DeclScope (Program &P)
 ~DeclScope ()

Detailed Description

Context to manage declaration lifetimes.

Definition at line 145 of file Program.h.

Constructor & Destructor Documentation

◆ DeclScope()

clang::interp::Program::DeclScope::DeclScope ( Program & P)
inline

Definition at line 147 of file Program.h.

References clang::interp::Program::Program().

◆ ~DeclScope()

clang::interp::Program::DeclScope::~DeclScope ( )
inline

Definition at line 151 of file Program.h.


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