Lines Matching refs:abi_corpus
34200 Rename abi_corpus to corpus
34201 * include/abg-corpus.h (abi_corpus): Change to corpus.
35465 * abg-corpus.h (abi_corpus::{get_decls, get_loc_mgr}): Remove.
35466 (abi_corpus::add): New function to add a translation unit.
35467 (abi_corpus::get_translation_units): New declaration.
35468 * abg-corpus.cc (abi_corpus::*): Remove all the definitions of
35469 abi_corpus for now, as the abi_corpus type is not used anymore --
35484 * src/abg-reader.h (read_file): Don't use abi_corpus in the api.
35497 Don't use abi_corpus anymore. Rather, the translation unit a decl
35500 this API, rather than abi_corpus.
35502 into this. And stop using abi_corpus here.
35507 using abi_corpus. Use the translation_unit that is accessible
35510 instance of translation_unit, not an abi_corpus anymore, and
35882 * src/abg-corpus.h (abi_corpus::decls_type): New typedef.
35883 (abi_corpus::{add,get_decls,get_loc_mgr}): Fix style.
35884 (abi_corpus::is_empty): Declare new function.
35885 * src/abg-corpus.cc (abi_corpus::add): really add the declaration
35887 (abi_corpus::is_empty): Define new function.