Searched defs:GoStmt (Results 1 – 2 of 2) sorted by relevance
662 GoStmt struct { struct663 Go token.Pos // position of "go" keyword664 Call *CallExpr773 func (s *GoStmt) Pos() token.Pos { return s.Go }802 func (s *GoStmt) End() token.Pos { return s.Call.End() }859 func (*GoStmt) stmtNode() {}
186 func goAsyncCall(info *types.Info, goStmt *ast.GoStmt, toDecl func(*types.Func) *ast.FuncDecl) *asy…