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

3 uses

	go/ast (current package)
		ast.go#L533: func (x *CallExpr) End() token.Pos       { return x.Rparen + 1 }
		ast.go#L808: func (s *GoStmt) End() token.Pos     { return s.Call.End() }
		ast.go#L809: func (s *DeferStmt) End() token.Pos  { return s.Call.End() }