const go/ast.RECV
12 uses
go/ast (current package)
ast.go#L440: RECV
go/parser
parser.go#L1336: dir := ast.SEND | ast.RECV
parser.go#L1348: dir = ast.RECV
parser.go#L1844: if typ.Dir == ast.RECV {
parser.go#L1849: dir, typ.Dir = typ.Dir, ast.RECV
go/printer
nodes.go#L983: paren = t.Dir == ast.RECV
nodes.go#L1070: case ast.SEND | ast.RECV:
nodes.go#L1072: case ast.RECV:
go/types
exprstring.go#L160: case ast.RECV:
typexpr.go#L391: case ast.SEND | ast.RECV:
typexpr.go#L395: case ast.RECV:
golang.org/x/tools/internal/typesinternal
zerovalue.go#L263: dir = ast.SEND | ast.RECV
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)