Lines Matching refs:PPRec
2354 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in WritePreprocessor() local
2355 if (PPRec) in WritePreprocessor()
2356 WritePreprocessorDetail(*PPRec, MacroOffsetsBase); in WritePreprocessor()
2559 if (PPRec) in WritePreprocessor()
2560 Record.push_back(MacroDefinitions[PPRec->findMacroDefinition(MI)]); in WritePreprocessor()
2599 void ASTWriter::WritePreprocessorDetail(PreprocessingRecord &PPRec, in WritePreprocessorDetail() argument
2601 if (PPRec.local_begin() == PPRec.local_end()) in WritePreprocessorDetail()
2627 = (Chain ? PPRec.getNumLoadedPreprocessedEntities() : 0) in WritePreprocessorDetail()
2631 for (PreprocessingRecord::iterator E = PPRec.local_begin(), in WritePreprocessorDetail()
2632 EEnd = PPRec.local_end(); in WritePreprocessorDetail()
2702 ArrayRef<SourceRange> SkippedRanges = PPRec.getSkippedRanges(); in WritePreprocessorDetail()