Lines Matching refs:Position
246 unsigned Position; // Position of last occurrence of the option270 inline unsigned getPosition() const { return Position; }297 void setPosition(unsigned pos) { Position = pos; }305 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0),