Home | History | Annotate | Download | only in Serialization

Lines Matching full:readcounter

129 void ChainedASTReaderListener::ReadCounter(const serialization::ModuleFile &M,
131 First->ReadCounter(M, Value);
132 Second->ReadCounter(M, Value);
645 void PCHValidator::ReadCounter(const ModuleFile &M, unsigned Value) {
2784 Listener->ReadCounter(F, Record[0]);