DoxigAlpha

DeclContents

DeclContents contains all "interesting" instructions found within a declaration by findTrackable. These instructions are partitioned into a few different sets, since this makes ZIR instruction mapping more effective.

Fields of this type

Fields

#
func_decl:?Inst.Index
This is a simple optional because ZIR guarantees that a `func`/`func_inferred`/`func_fancy` instruction
explicit_types:std.ArrayListUnmanaged(Inst.Index)
other:std.ArrayListUnmanaged(Inst.Index)

Functions in this namespace

Functions

#

= .{ .func_decl = null, .explicit_types = .empty, .other = .empty, }

Values

#
init
= .{ .func_decl = null, .explicit_types = .empty, .other = .empty, }