Lines Matching refs:ExprOp
73 enum ExprOp {98 SExprNode(ExprOp O, unsigned F, const void* D)106 ExprOp kind() const { return static_cast<ExprOp>(Op); }