Searched defs:Ident (Results 1 – 1 of 1) sorted by relevance
625 type Ident struct { struct626 Name string627 Pos scanner.Position630 func (i Ident) String() string {