Lines Matching full:begin
55 : begin (b)
62 : begin (p)
71 : begin (f, l, c)
82 begin.initialize (f, l, c);
83 end = begin;
92 begin = end;
111 position begin;
117 inline const location operator+ (const location& begin, const location& end)
119 location res = begin;
125 inline const location operator+ (const location& begin, unsigned int width)
127 location res = begin;
143 return loc1.begin == loc2.begin && loc1.end == loc2.end;
164 ostr << loc.begin;
166 && (!loc.begin.filename
167 || *loc.begin.filename != *last.filename))
169 else if (loc.begin.line != last.line)
171 else if (loc.begin.column != last.column)