Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ReadCounter

130 void ChainedASTReaderListener::ReadCounter(const serialization::ModuleFile &M,
132 First->ReadCounter(M, Value);
133 Second->ReadCounter(M, Value);
651 void PCHValidator::ReadCounter(const ModuleFile &M, unsigned Value) {
2804 Listener->ReadCounter(F, Record[0]);