Home | History | Annotate | Download | only in Serialization

Lines Matching defs:PPRec

1816   PreprocessingRecord *PPRec = PP.getPreprocessingRecord();
1817 if (PPRec)
1818 WritePreprocessorDetail(*PPRec);
1925 if (PPRec)
1926 Record.push_back(MacroDefinitions[PPRec->findMacroDefinition(MI)]);
1974 void ASTWriter::WritePreprocessorDetail(PreprocessingRecord &PPRec) {
1975 if (PPRec.local_begin() == PPRec.local_end())
2001 = (Chain ? PPRec.getNumLoadedPreprocessedEntities() : 0)
2005 for (PreprocessingRecord::iterator E = PPRec.local_begin(),
2006 EEnd = PPRec.local_end();