clang 19.0.0git
Public Member Functions | List of all members
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/Interp/Program.h"

Public Member Functions

 DeclScope (Program &P, const ValueDecl *VD)
 
 ~DeclScope ()
 

Detailed Description

Context to manage declaration lifetimes.

Definition at line 131 of file Program.h.

Constructor & Destructor Documentation

◆ DeclScope()

clang::interp::Program::DeclScope::DeclScope ( Program P,
const ValueDecl VD 
)
inline

Definition at line 133 of file Program.h.

References P.

◆ ~DeclScope()

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

Definition at line 136 of file Program.h.


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