Lines Matching defs:PPRec
2482 PreprocessingRecord *PPRec = PP.getPreprocessingRecord();
2483 if (PPRec)
2484 WritePreprocessorDetail(*PPRec, MacroOffsetsBase);
2693 if (PPRec)
2694 Record.push_back(MacroDefinitions[PPRec->findMacroDefinition(MI)]);
2733 void ASTWriter::WritePreprocessorDetail(PreprocessingRecord &PPRec,
2735 if (PPRec.local_begin() == PPRec.local_end())
2761 = (Chain ? PPRec.getNumLoadedPreprocessedEntities() : 0)
2765 for (PreprocessingRecord::iterator E = PPRec.local_begin(),
2766 EEnd = PPRec.local_end();
2838 ArrayRef<SourceRange> SkippedRanges = PPRec.getSkippedRanges();