Home | History | Annotate | Download | only in src

Lines Matching refs:kind_

576   bool IsEffect() const { return kind_ == Expression::kEffect; }
577 bool IsValue() const { return kind_ == Expression::kValue; }
578 bool IsTest() const { return kind_ == Expression::kTest; }
616 Expression::Context kind_;