go/ast.CallExpr.Pos (method)

one use

	go/ast (current package)
		ast.go#L485: func (x *CallExpr) Pos() token.Pos       { return x.Fun.Pos() }