Home | History | Annotate | Download | only in ast

Lines Matching refs:Bounds

335   // Expression type bounds
336 Bounds bounds() const { return bounds_; }
337 void set_bounds(Bounds bounds) { bounds_ = bounds; }
380 bounds_(Bounds::Unbounded()),
396 Bounds bounds_;