Home | History | Annotate | Download | only in ast

Lines Matching defs:label_

1050   bool is_default() const { return label_ == NULL; }
1053 return label_;
1055 void set_label(Expression* e) { label_ = e; }
1074 Expression* label_;