Lines Matching refs:corpus
8 /// The private data and functions of the @ref abigail::ir::corpus type.
38 // <corpus::exported_decls_builder>
48 /// corpus::exported_decls_builder type.
49 class corpus::exported_decls_builder::priv
51 friend class corpus::exported_decls_builder;
52 friend class corpus;
60 // would think that in the corpus, there must only one function for
661 }; // end struct corpus::exported_decls_builder::priv
664 /// The private data of the @ref corpus type.
665 struct corpus::priv
672 corpus::exported_decls_builder_sptr exported_decls_builder;
673 corpus::origin origin_;
690 // corpus follows the One Definition Rule and thus if there is only
691 // one copy of a type with a given name, per corpus. Otherwise, if
696 // In other words, to lookup a given type, if the corpus allows the
769 }; // end struct corpus::priv