Lines Matching defs:PPRec
2524 PreprocessingRecord *PPRec = PP.getPreprocessingRecord();
2525 if (PPRec)
2526 WritePreprocessorDetail(*PPRec, MacroOffsetsBase);
2735 if (PPRec)
2736 Record.push_back(MacroDefinitions[PPRec->findMacroDefinition(MI)]);
2775 void ASTWriter::WritePreprocessorDetail(PreprocessingRecord &PPRec,
2777 if (PPRec.local_begin() == PPRec.local_end())
2803 = (Chain ? PPRec.getNumLoadedPreprocessedEntities() : 0)
2807 for (PreprocessingRecord::iterator E = PPRec.local_begin(),
2808 EEnd = PPRec.local_end();
2880 ArrayRef<SourceRange> SkippedRanges = PPRec.getSkippedRanges();