Lines Matching defs:Position
92 unsigned Position = Comment.find_first_not_of(" \t");
93 if (Position >= Comment.size())
97 Comment = Comment.drop_front(Position);
100 Position = Comment.find_first_not_of(" \t");
101 if (Position < Comment.size())
102 Comment = Comment.drop_front(Position);
112 Position = Comment.find_first_not_of(" \t");
113 if (Position < Comment.size())
114 Comment = Comment.drop_front(Position);
127 unsigned Position = Comment.find_first_not_of(" \t");
128 if (Position >= Comment.size())
131 Comment = Comment.drop_front(Position);