clang  19.0.0git
Public Attributes | List of all members
clang::interp::BlockPointer Struct Reference

#include "/home/runner/work/llvm/llvm/repo/clang/lib/AST/Interp/Pointer.h"

Public Attributes

BlockPointee
 The block the pointer is pointing to. More...
 
unsigned Base
 Start of the current subfield. More...
 

Detailed Description

Definition at line 37 of file Pointer.h.

Member Data Documentation

◆ Base

unsigned clang::interp::BlockPointer::Base

◆ Pointee

Block* clang::interp::BlockPointer::Pointee

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