func go/ast.Inspect
15 uses
go/ast (current package)
commentmap.go#L41: Inspect(n, func(n Node) bool {
commentmap.go#L242: Inspect(node, func(n Node) bool {
walk.go#L376: func Inspect(node Node, f func(Node) bool) {
walk.go#L389: Inspect(root, func(n Node) bool {
walk.go#L413: Inspect(root, func(n Node) bool {
go/doc
example.go#L367: ast.Inspect(e.X, inspectFunc)
example.go#L373: ast.Inspect(e.Value, inspectFunc)
example.go#L382: ast.Inspect(f.Type, inspectFunc)
example.go#L388: ast.Inspect(body, inspectFunc)
example.go#L402: ast.Inspect(d.Body, inspectFunc)
example.go#L409: ast.Inspect(s.Type, inspectFunc)
example.go#L413: ast.Inspect(s.Type, inspectFunc)
example.go#L416: ast.Inspect(val, inspectFunc)
go/printer
nodes.go#L1251: ast.Inspect(px.X, func(node ast.Node) bool {
golang.org/x/tools/internal/typesinternal
fx.go#L18: ast.Inspect(expr, func(n ast.Node) bool {