Lines Matching refs:expand
392 location::expand(std::string& path, unsigned& line, unsigned& column) const
398 // expand to default values.
412 location::expand(void) const
416 expand(path, line, column);
465 /// @param location the instance of location type to expand
3207 fl.expand(p1, l1, c1);
3208 sl.expand(p2, l2, c2);
9325 << " // definition point: " << get_natural_or_artificial_location(c).expand() << "\n"
9373 << " // definition point: " << get_natural_or_artificial_location(e).expand() << "\n"
13105 string str = l.expand();
13165 string str = l.expand();
14032 l.expand(t1_file_path, line, col);
14038 l.expand(t2_file_path, line, col);
23206 fn_loc.expand(fn_filepath, line, column);
23208 sn_loc.expand(sn_filepath, line, column);