Home | History | Annotate | Download | only in Serialization

Lines Matching defs:PPRec

2130   PreprocessingRecord *PPRec = PP.getPreprocessingRecord();
2131 if (PPRec)
2132 WritePreprocessorDetail(*PPRec);
2275 if (PPRec)
2276 Record.push_back(MacroDefinitions[PPRec->findMacroDefinition(MI)]);
2313 void ASTWriter::WritePreprocessorDetail(PreprocessingRecord &PPRec) {
2314 if (PPRec.local_begin() == PPRec.local_end())
2340 = (Chain ? PPRec.getNumLoadedPreprocessedEntities() : 0)
2344 for (PreprocessingRecord::iterator E = PPRec.local_begin(),
2345 EEnd = PPRec.local_end();