Home | History | Annotate | Download | only in ast

Lines Matching defs:type_

2200   AstType* type() const { return type_; }
2207 void set_type(AstType* type) { type_ = type; }
2232 : Expression(pos, kCountOperation), type_(NULL), expression_(expr) {
2250 AstType* type_;