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

Methods

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()

Declared at: clang/lib/AST/Interp/Program.h:120