Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ReadCounter

127 void ChainedASTReaderListener::ReadCounter(const serialization::ModuleFile &M,
129 First->ReadCounter(M, Value);
130 Second->ReadCounter(M, Value);
627 void PCHValidator::ReadCounter(const ModuleFile &M, unsigned Value) {
2950 Listener->ReadCounter(F, Record[0]);