go/ast.BasicLit.End (method, view implemented interface methods)

3 uses

	go/ast (current package)
		ast.go#L216: 		return f.Tag.End()
		ast.go#L524: func (x *BasicLit) End() token.Pos       { return token.Pos(int(x.ValuePos) + len(x.Value)) }
		ast.go#L939: 	return s.Path.End()