Lines Matching defs:dump
4664 dump(const decl_base_sptr d, std::ostream& o, const bool annotate)
4677 dump(const decl_base_sptr d, const bool annotate)
4678 {dump(d, cerr, annotate);}
4688 dump(const type_base_sptr t, std::ostream& o, const bool annotate)
4689 {dump(get_type_declaration(t), o, annotate);}
4697 dump(const type_base_sptr t, const bool annotate)
4698 {dump(t, cerr, annotate);}
4708 dump(const var_decl_sptr v, std::ostream& o, const bool annotate)
4721 dump(const var_decl_sptr v, const bool annotate)
4722 {dump(v, cerr, annotate);}
4732 dump(const translation_unit& t, std::ostream& o, const bool annotate)
4743 dump(const translation_unit& t, const bool annotate)
4744 {dump(t, cerr, annotate);}
4754 dump(const translation_unit_sptr t, std::ostream& o, const bool annotate)
4757 dump(*t, o, annotate);
4766 dump(const translation_unit_sptr t, const bool annotate)
4769 dump(*t, annotate);