go/ast.CallExpr.Pos (method, view implemented interface methods)
4 uses
go/ast (current package)
ast.go#L499: func (x *CallExpr) Pos() token.Pos { return x.Fun.Pos() }
go/types
builtins.go#L781: check.dump("%v: trace() without arguments", call.Pos())
call.go#L396: rsig = check.instantiateSignature(call.Pos(), sig, targs, xlist)
call.go#L404: sigParams = check.subst(call.Pos(), sigParams, makeSubstMap(sig.TypeParams().list(), targs), nil).(*Tuple)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)