| 3 | import "github.com/sqlc-dev/sqlc/internal/sql/format" |
| 4 | |
| 5 | type A_Expr struct { |
| 6 | Kind A_Expr_Kind |
| 7 | Name *List |
| 8 | Lexpr Node |
| 9 | Rexpr Node |
| 10 | Location int |
| 11 | } |
| 12 | |
| 13 | func (n *A_Expr) Pos() int { |
| 14 | return n.Location |
nothing calls this directly
no outgoing calls
no test coverage detected