go/parser.parser.parseFuncType (method)

3 uses

	go/parser (current package)
		parser.go#L928: func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) {
		parser.go#L1043: 		typ, _ := p.parseFuncType()
		parser.go#L1124: 	typ, scope := p.parseFuncType()