Lines Matching defs:corpus_group

789 /// part of any @ref corpus_group.
790 const corpus_group*
797 /// of any @ref corpus_group.
798 corpus_group*
806 corpus::set_group(corpus_group* g)
1595 // <corpus_group stuff>
1597 /// Type of the private data of @ref corpus_group
1598 struct corpus_group::priv
1665 }; // end corpus_group::priv
1667 /// Constructor of the @ref corpus_group type.
1669 /// @param env the environment of the @ref corpus_group.
1672 corpus_group::corpus_group(const environment& env, const string& path = "")
1676 /// Desctructor of the @ref corpus_group type.
1677 corpus_group::~corpus_group()
1680 /// Add a new corpus to the current instance of @ref corpus_group.
1684 corpus_group::add_corpus(const corpus_sptr& corp)
1712 /// corpus_group.
1715 const corpus_group::corpora_type&
1716 corpus_group::get_corpora() const
1723 corpus_group::get_main_corpus() const
1724 {return const_cast<corpus_group*>(this)->get_main_corpus();}
1730 corpus_group::get_main_corpus()
1741 corpus_group::is_empty() const
1754 corpus_group::get_functions() const
1792 corpus_group::get_variables() const
1822 /// the current @ref corpus_group.
1826 corpus_group::get_var_symbol_map() const
1839 /// the current @ref corpus_group.
1843 corpus_group::get_fun_symbol_map() const
1860 corpus_group::get_sorted_fun_symbols() const
1892 corpus_group::get_sorted_var_symbols() const
1931 corpus_group::get_unreferenced_function_symbols() const
1974 corpus_group::get_unreferenced_variable_symbols() const
2008 corpus_group::get_public_types_pretty_representations()
2013 /// current @ref corpus_group.
2016 /// the current @ref corpus_group.
2018 corpus_group::recording_types_reachable_from_public_interface_supported()
2021 // </corpus_group stuff>