Home | History | Annotate | Download | only in syntax

Lines Matching defs:type_

362 		d.Type = p.type_()
662 return p.type_() // othertype
885 func (p *parser) type_() Expr {
887 defer p.trace("type_")()
903 // tryType is like type_ but it returns nil if there was no type
919 return indirect(p.type_())
946 t.Elem = p.type_()
958 t.Elem = p.type_()
979 t.Key = p.type_()
981 t.Value = p.type_()
995 t := p.type_()
1184 typ := p.type_()
1312 f.Type = p.type_()
1327 f.Type = p.type_()