const go/ast.RECV
12 uses
go/ast (current package)
ast.go#L436: RECV
go/parser
parser.go#L1306: dir := ast.SEND | ast.RECV
parser.go#L1318: dir = ast.RECV
parser.go#L1814: if typ.Dir == ast.RECV {
parser.go#L1819: 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#L393: case ast.SEND | ast.RECV:
typexpr.go#L397: 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)