Home | History | Annotate | Download | only in src

Lines Matching defs:kind_

450   bool IsEffect() const { return kind_ == Expression::kEffect; }
451 bool IsValue() const { return kind_ == Expression::kValue; }
452 bool IsTest() const { return kind_ == Expression::kTest; }
484 Expression::Context kind_;