struct Scope::Local

Declaration

struct Scope::Local { /* full declaration omitted */ };

Description

Information about a local's storage.

Declared at: clang/lib/AST/Interp/Function.h:35

Member Variables

public unsigned int Offset
Offset of the local in frame.
public clang::interp::Descriptor* Desc
Descriptor of the local.