Module bindgen::ir::context

source ·
Expand description

Common context that is passed around during parsing and codegen.

Structs

A context used during parsing and generation of structs.
An identifier for an Item whose ItemKind is known to be ItemKind::Function.
An identifier for some kind of IR item.
A builder struct for configuring item resolution options.
An identifier for an Item whose ItemKind is known to be ItemKind::Module.
A type that we are in the middle of parsing.
An identifier for an Item whose ItemKind is known to be ItemKind::Type.
An identifier for an Item whose ItemKind is known to be ItemKind::Var.