Searched refs:RawOrigExpr (Results 1 – 3 of 3) sorted by relevance
459 type RawOrigExpr struct { struct464 func NewRawOrigExpr(pos src.XPos, op Op, raw string) *RawOrigExpr {465 n := &RawOrigExpr{Raw: raw}
1006 func (n *RawOrigExpr) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }1007 func (n *RawOrigExpr) copy() Node {1012 func (n *RawOrigExpr) doChildren(do func(Node) bool) bool {1018 func (n *RawOrigExpr) editChildren(edit func(Node) Node) {
571 if n, ok := n.(*RawOrigExpr); ok {