Module expr_store

Source
Expand description

Defines ExpressionStore: a lowered representation of functions, statics and consts.

Modules§

scope
Name resolution for expressions.

Structs§

Body
The body of an item (function, const etc.).
BodySourceMap
An item body together with the mapping from syntax nodes to HIR expression IDs. This is needed to go from e.g. a position in a file to the HIR expression containing it; but for type inference etc., we want to operate on a structure that is agnostic to the actual positions of expressions in the file, so that we don’t recompute types whenever some whitespace is typed.
ExpressionStore
ExpressionStoreBuilder
The body of an item (function, const etc.).
ExpressionStoreSourceMap
HygieneId
A wrapper around [span::SyntaxContextId] that is intended only for comparisons.

Enums§

ExpressionStoreDiagnostics

Type Aliases§

ExprOrPatPtr
ExprOrPatSource
ExprPtr
ExprSource
FieldPtr
FieldSource
LabelPtr
LabelSource
MacroCallPtr
PatFieldPtr
PatFieldSource
PatPtr
PatSource
SelfParamPtr