Home | History | Annotate | Download | only in style

Lines Matching defs:_position

223                 && _position == other._position
246 unsigned _position : 2; // EPosition
293 noninherited_flags._position = initialPosition();
393 EPosition position() const { return static_cast<EPosition>(noninherited_flags._position); }
809 void setPosition(EPosition v) { noninherited_flags._position = v; }