#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| A_Expr_Kind | kind |
| List * | name |
| Node * | lexpr |
| Node * | rexpr |
| int | location |
Definition at line 237 of file parsenodes.h.
Definition at line 240 of file parsenodes.h.
Referenced by _outAExpr(), makeA_Expr(), makeSimpleA_Expr(), and transformExprRecurse().
Definition at line 242 of file parsenodes.h.
Referenced by exprLocation(), makeA_Expr(), makeSimpleA_Expr(), raw_expression_tree_walker(), transformAExprAnd(), transformAExprDistinct(), transformAExprIn(), transformAExprNullIf(), transformAExprOf(), transformAExprOp(), transformAExprOpAll(), transformAExprOpAny(), and transformAExprOr().
| int A_Expr::location |
Definition at line 244 of file parsenodes.h.
Referenced by exprLocation(), makeA_Expr(), makeSimpleA_Expr(), transformAExprAnd(), transformAExprDistinct(), transformAExprIn(), transformAExprNot(), transformAExprNullIf(), transformAExprOp(), transformAExprOpAll(), transformAExprOpAny(), and transformAExprOr().
Definition at line 241 of file parsenodes.h.
Referenced by makeA_Expr(), makeSimpleA_Expr(), transformAExprDistinct(), transformAExprIn(), transformAExprNullIf(), transformAExprOf(), transformAExprOp(), transformAExprOpAll(), and transformAExprOpAny().
Definition at line 243 of file parsenodes.h.
Referenced by makeA_Expr(), makeSimpleA_Expr(), raw_expression_tree_walker(), transformAExprAnd(), transformAExprDistinct(), transformAExprIn(), transformAExprNot(), transformAExprNullIf(), transformAExprOf(), transformAExprOp(), transformAExprOpAll(), transformAExprOpAny(), and transformAExprOr().
Definition at line 239 of file parsenodes.h.
1.7.1