Home | History | Annotate | Download | only in complete

Lines Matching refs:isUnaryOp

255   bool isUnaryOp() const { return isOperator && Args.size() == 1; }
259 assert(isUnaryOp() || isBinaryOp());