file-local / package-local decls
This commit is contained in:
@@ -243,7 +243,7 @@ Function :: struct {
|
||||
generated: bool,
|
||||
analysis_root: bool,
|
||||
test: bool,
|
||||
package_hidden: bool,
|
||||
visibility: types.Visibility,
|
||||
has_body: bool,
|
||||
variadic: bool,
|
||||
params: []Param,
|
||||
@@ -266,7 +266,7 @@ Global :: struct {
|
||||
immutable: bool,
|
||||
external: bool,
|
||||
writable: bool,
|
||||
package_hidden: bool,
|
||||
visibility: types.Visibility,
|
||||
expr: Expr_Id,
|
||||
diagnostic: source.Diagnostic_Id,
|
||||
}
|
||||
@@ -314,7 +314,7 @@ Declaration_Alias :: struct {
|
||||
target_pkg: Package_Id,
|
||||
target: u32,
|
||||
kind: Declaration_Alias_Kind,
|
||||
package_hidden: bool,
|
||||
visibility: types.Visibility,
|
||||
valid: bool,
|
||||
diagnostic: source.Diagnostic_Id,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user