Home | History | Annotate | Download | only in style

Lines Matching refs:_position

217                 && _position == other._position
239 unsigned _position : 2; // EPosition
284 noninherited_flags._position = initialPosition();
371 EPosition position() const { return static_cast<EPosition>(noninherited_flags._position); }
718 void setPosition(EPosition v) { noninherited_flags._position = v; }