Home | History | Annotate | Download | only in src

Lines Matching defs:UnaryOperation

91   V(UnaryOperation)                             \
136 virtual UnaryOperation* AsUnaryOperation() { return NULL; }
1143 class UnaryOperation: public Expression {
1145 UnaryOperation(Token::Value op, Expression* expression)
1153 virtual UnaryOperation* AsUnaryOperation() { return this; }