go/ast.ForStmt.Cond (field)
8 uses
go/ast (current package)
ast.go#L737: Cond Expr // condition; or nil
walk.go#L269: if n.Cond != nil {
walk.go#L270: Walk(v, n.Cond)
go/parser
parser.go#L2210: Cond: p.makeExpr(s2, "boolean or range expression"),
go/printer
nodes.go#L1393: p.controlClause(true, s.Init, s.Cond, s.Post)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L1420: if x.Cond != nil {
encode_ast.gen.go#L1422: e.EncodeAny(x.Cond)
encode_ast.gen.go#L1457: x.Cond = d.DecodeAny().(ast.Expr)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |