// Code generated by "stringer -type Scope"; DO NOT EDIT. package cc // import "modernc.org/cc" import "fmt" const _Scope_name = "ScopeFileScopeBlockScopeMembersScopeParams" var _Scope_index = [...]uint8{0, 9, 19, 31, 42} func (i Scope) String() string { if i < 0 || i >= Scope(len(_Scope_index)-1) { return fmt.Sprintf("Scope(%d)", i) } return _Scope_name[_Scope_index[i]:_Scope_index[i+1]] }