Searched refs:forEachPath (Results 1 – 1 of 1) sorted by relevance
169 forEachPath(directive, func(arg *node32) {1138 forEachPath(input.ast.up, func(node *node32) {1146 forEachPath(input.ast.up, func(node *node32) {1399 func forEachPath(node *node32, cb func(*node32), rules ...pegRule) { func1420 forEachPath(node.up, cb, childRules...)