Searched defs:BadDecl (Results 1 – 3 of 3) sorted by relevance
957 BadDecl struct { struct958 From, To token.Pos // position range of bad declaration993 func (d *BadDecl) Pos() token.Pos { return d.From }997 func (d *BadDecl) End() token.Pos { return d.To }1013 func (*BadDecl) declNode() {}
1380 BadDecl const
1263 BadDecl const