Lines Matching refs:Reader
1668 // The hash is based only on size/time of the file, so that the reader can
1924 // the reader side).
1979 // reader which source locations entries it should load eagerly.
3379 data_type ImportData(const reader::ASTDeclContextNameLookupTrait::data_type &FromReader) {
3504 MultiOnDiskHashTableGenerator<reader::ASTDeclContextNameLookupTrait,
3832 // Sort the categories map by the definition ID, since the reader will be
4107 // Make sure that the AST reader knows to finalize itself.
4349 // the reader can build the appropriate mapping to its own offset/ID space.
4597 // An updated body is emitted last, so that the reader doesn't need
5571 void ASTWriter::ReaderInitialized(ASTReader *Reader) {
5572 assert(Reader && "Cannot remove chain");
5573 assert((!Chain || Chain == Reader) && "Cannot replace chain");
5582 Chain = Reader;
5584 // Note, this will get called multiple times, once one the reader starts up