Home | History | Annotate | Download | only in syntax

Lines Matching refs:NameList

316 	d.NameList = p.nameList(p.name())
358 d.NameList = p.nameList(p.name())
1183 names := p.nameList(name)
2042 func (p *parser) nameList(first *Name) []*Name {
2044 defer p.trace("nameList")()