Lines Matching full:pprec
2051 PreprocessingRecord *PPRec = PP.getPreprocessingRecord();
2052 if (PPRec)
2053 WritePreprocessorDetail(*PPRec);
2197 if (PPRec)
2198 Record.push_back(MacroDefinitions[PPRec->findMacroDefinition(MI)]);
2235 void ASTWriter::WritePreprocessorDetail(PreprocessingRecord &PPRec) {
2236 if (PPRec.local_begin() == PPRec.local_end())
2262 = (Chain ? PPRec.getNumLoadedPreprocessedEntities() : 0)
2266 for (PreprocessingRecord::iterator E = PPRec.local_begin(),
2267 EEnd = PPRec.local_end();