Home | History | Annotate | Download | only in data

Lines Matching full:begin

97   operator+ (const position& begin, const int width)
99 position res = begin;
112 operator- (const position& begin, const int width)
114 return begin + -width;
175 : begin (b)
182 : begin (p)
191 : begin (f, l, c)
202 begin.initialize (f, l, c);
203 end = begin;
212 begin = end;
231 position begin;
237 inline const location operator+ (const location& begin, const location& end)
239 location res = begin;
245 inline const location operator+ (const location& begin, unsigned int width)
247 location res = begin;
263 return loc1.begin == loc2.begin && loc1.end == loc2.end;
284 ostr << loc.begin;
286 && (!loc.begin.filename
287 || *loc.begin.filename != *last.filename))
289 else if (loc.begin.line != last.line)
291 else if (loc.begin.column != last.column)