class Program::DeclScope
Declaration
class Program::DeclScope { /* full declaration omitted */ };
Description
Context to manage declaration lifetimes.
Declared at: clang/lib/AST/Interp/Program.h:117
Member Variables
- private clang::interp::Program& P
Method Overview
- public DeclScope(clang::interp::Program & P, const clang::VarDecl * VD)
- public ~DeclScope()
Methods
¶DeclScope(clang::interp::Program& P,
const clang::VarDecl* VD)
DeclScope(clang::interp::Program& P,
const clang::VarDecl* VD)
Declared at: clang/lib/AST/Interp/Program.h:119
Parameters
- clang::interp::Program& P
- const clang::VarDecl* VD
¶~DeclScope()
~DeclScope()
Declared at: clang/lib/AST/Interp/Program.h:120