Lines Matching refs:PPRec
2440 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in WritePreprocessor() local
2441 if (PPRec) in WritePreprocessor()
2442 WritePreprocessorDetail(*PPRec); in WritePreprocessor()
2606 if (PPRec) in WritePreprocessor()
2607 Record.push_back(MacroDefinitions[PPRec->findMacroDefinition(MI)]); in WritePreprocessor()
2644 void ASTWriter::WritePreprocessorDetail(PreprocessingRecord &PPRec) { in WritePreprocessorDetail() argument
2645 if (PPRec.local_begin() == PPRec.local_end()) in WritePreprocessorDetail()
2671 = (Chain ? PPRec.getNumLoadedPreprocessedEntities() : 0) in WritePreprocessorDetail()
2675 for (PreprocessingRecord::iterator E = PPRec.local_begin(), in WritePreprocessorDetail()
2676 EEnd = PPRec.local_end(); in WritePreprocessorDetail()
2744 ArrayRef<SourceRange> SkippedRanges = PPRec.getSkippedRanges(); in WritePreprocessorDetail()