Lines Matching refs:translation_unit
9 /// de-serialize an instance of @ref abigail::translation_unit to an
2255 const translation_unit& tu,
2279 const translation_unit& tu,
2394 const translation_unit& tu,
2426 if (tu.get_language() != translation_unit::LANG_UNKNOWN)
4581 translation_unit& tu = **i;
4724 /// Serialize a @ref translation_unit to an output stream.
4726 /// @param t the translation_unit to serialize.
4728 /// @param o the outpout stream to serialize the translation_unit to.
4732 dump(const translation_unit& t, std::ostream& o, const bool annotate)
4739 /// Serialize an instance of @ref translation_unit to stderr.
4741 /// @param t the translation_unit to serialize.
4743 dump(const translation_unit& t, const bool annotate)
4746 /// Serialize a pointer to @ref translation_unit to an output stream.
4760 /// Serialize a pointer to @ref translation_unit to stderr.