Lines Matching refs:position
59 class position
68 explicit position (filename_type* f = YY_NULLPTR,
122 inline position&
123 operator+= (position& res, position::counter_type width)
130 inline position
131 operator+ (position res, position::counter_type width)
137 inline position&
138 operator-= (position& res, position::counter_type width)
144 inline position
145 operator- (position res, position::counter_type width)
156 operator<< (std::basic_ostream<YYChar>& ostr, const position& pos)
168 typedef position::filename_type filename_type;
170 typedef position::counter_type counter_type;
173 location (const position& b, const position& e) in location()
179 explicit location (const position& p = position ())
227 position begin;
229 position end;