Home
last modified time | relevance | path

Searched defs:GoStmt (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dast.go662 GoStmt struct { struct
663 Go token.Pos // position of "go" keyword
664 Call *CallExpr
773 func (s *GoStmt) Pos() token.Pos { return s.Go }
802 func (s *GoStmt) End() token.Pos { return s.Call.End() }
859 func (*GoStmt) stmtNode() {}
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/testinggoroutine/
Dtestinggoroutine.go186 func goAsyncCall(info *types.Info, goStmt *ast.GoStmt, toDecl func(*types.Func) *ast.FuncDecl) *asy…