Lines Matching refs:get_pretty_representation
702 string l_repr = get_pretty_representation(l);
703 string r_repr = get_pretty_representation(r);
3217 return (get_pretty_representation(f, /*internal=*/false)
3218 < get_pretty_representation(s, /*internal=*/false));
3272 && (get_pretty_representation(f, /*internal=*/false)
3273 == get_pretty_representation(s, /*internal=*/false)))
3276 return (get_pretty_representation(f, /*internal=*/false)
3277 < get_pretty_representation(s, /*internal=*/false));
3365 string s1 = get_pretty_representation(f, /*internal=*/false);
3366 string s2 = get_pretty_representation(s, /*internal=*/false);
3408 s1 = get_pretty_representation(peeled_f, /*internal=*/false);
3409 s2 = get_pretty_representation(peeled_s, /*internal=*/false);
3419 s1 = get_pretty_representation(peeled_f, false);
3420 s2 = get_pretty_representation(peeled_s, false);
3426 string s1 = get_pretty_representation(f, false);
3427 string s2 = get_pretty_representation(s, false);
3434 s1 = get_pretty_representation(is_typedef(f)->get_underlying_type(),
3436 s2 = get_pretty_representation(is_typedef(s)->get_underlying_type(),
3445 s1 = get_pretty_representation(peeled_f, false);
3446 s2 = get_pretty_representation(peeled_s, false);
3816 /// by type_or_decl_base::get_pretty_representation(/*internal=*/true,
3838 /// by type_or_decl_base::get_pretty_representation(/*internal=*/true,
4837 decl_base::get_pretty_representation(bool internal,
8797 o << get_pretty_representation(return_type, internal);
8811 o << get_pretty_representation(type, internal);
8927 get_pretty_representation(const type_or_decl_base* tod, bool internal)
8932 result = get_pretty_representation(t, internal);
8934 result = get_pretty_representation(d, internal);
8955 get_pretty_representation(const type_or_decl_base_sptr& tod, bool internal)
8956 {return get_pretty_representation(tod.get(), internal);}
8969 get_pretty_representation(const decl_base* d, bool internal)
8973 return d->get_pretty_representation(internal);
8987 get_pretty_representation(const type_base* t, bool internal)
8992 return get_pretty_representation(fn_type, internal);
8996 return get_pretty_representation(d, internal);
9010 get_pretty_representation(const decl_base_sptr& d, bool internal)
9011 {return get_pretty_representation(d.get(), internal);}
9024 get_pretty_representation(const type_base_sptr& t, bool internal)
9025 {return get_pretty_representation(t.get(), internal);}
9038 get_pretty_representation(const function_type_sptr& fn_type,
9040 {return get_pretty_representation(fn_type.get(), internal);}
9053 get_pretty_representation(const function_type* fn_type, bool internal)
9059 return get_pretty_representation(method, internal);
9061 return get_pretty_representation(*fn_type, internal);
9075 get_pretty_representation(const function_type& fn_type, bool internal)
9093 get_pretty_representation(const method_type& method, bool internal)
9111 get_pretty_representation(const method_type* method, bool internal)
9115 return get_pretty_representation(*method, internal);
9129 get_pretty_representation(const method_type_sptr method, bool internal)
9130 {return get_pretty_representation(method.get(), internal);}
9208 repr += (*dm)->get_pretty_representation(internal,
9213 real_indent+ (*dm)->get_pretty_representation(internal,
9289 /// type_or_decl_base:get_pretty_representation().
9337 << m->get_pretty_representation(/*internal=*/false,
9352 o << " " << f->get_pretty_representation(/*internal=*/false,
9367 << e->get_underlying_type()->get_pretty_representation(/*internal=*/false,
9387 return artifact->get_pretty_representation(/*internal=*/true,
14095 << canonical_type->get_pretty_representation(true, true)
14180 // argument of ir::get_pretty_representation() is set to true here.
14562 string r = ir::get_pretty_representation(this, internal);
14570 string r = ir::get_pretty_representation(this, internal);
15285 type_decl::get_pretty_representation(bool internal,
15511 namespace_decl::get_pretty_representation(bool internal,
15515 "namespace " + scope_decl::get_pretty_representation(internal,
16755 reference_type_def::get_pretty_representation(bool internal,
17146 o << ir::get_pretty_representation(underlying_type, false) << " ";
17285 array_type_def::subrange_type::get_pretty_representation(bool, bool) const
17455 << e_type ? e_type->get_pretty_representation(internal):string("void");
17495 array_type_def::get_pretty_representation(bool internal,
17663 set_name(get_environment().intern(get_pretty_representation()));
17676 set_name(get_environment().intern(get_pretty_representation()));
17897 enum_type_decl::get_pretty_representation(bool internal,
17905 r += decl_base::get_pretty_representation(internal,
18697 typedef_decl::get_pretty_representation(bool internal,
19116 string r = get_pretty_representation(internal);
19140 var_decl::get_pretty_representation(bool internal, bool qualified_name) const
19239 name = get_pretty_representation(/*internal=*/false, qualified);
19779 function_type::get_pretty_representation(bool internal,
19781 {return ir::get_pretty_representation(this, internal);}
20007 method_type::get_pretty_representation(bool internal,
20009 {return ir::get_pretty_representation(*this, internal);}
20153 function_decl::get_pretty_representation(bool internal,
20638 priv_->id_ = env.intern(get_pretty_representation());
20839 str += get_type_declaration(t)->get_pretty_representation();
21041 function_decl::parameter::get_pretty_representation(bool internal,
21053 type_repr = ir::get_pretty_representation(t, internal);
21557 if ((*it)->get_pretty_representation(/*internal=*/false, true)
21558 == v->get_pretty_representation(/*internal=*/false, true))
22666 class_decl::get_pretty_representation(bool internal,
23196 fn = f.get_pretty_representation();
23197 sn = s.get_pretty_representation();
24500 union_decl::get_pretty_representation(bool internal,
25699 string repr1 = get_pretty_representation(t1, /*internal=*/false),
25700 repr2 = get_pretty_representation(t2, /*internal=*/false);
25748 string repr = v->get_pretty_representation(/*internal=*/true);
25757 string repr = f->get_pretty_representation(/*internal=*/true);
25958 fr = f.get_pretty_representation(/*internal=*/true),
25959 sr = s.get_pretty_representation(/*internal=*/true);