Lines Matching refs:PPRec
2291 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in WritePreprocessor() local
2292 if (PPRec) in WritePreprocessor()
2293 WritePreprocessorDetail(*PPRec, MacroOffsetsBase); in WritePreprocessor()
2496 if (PPRec) in WritePreprocessor()
2497 Record.push_back(MacroDefinitions[PPRec->findMacroDefinition(MI)]); in WritePreprocessor()
2550 void ASTWriter::WritePreprocessorDetail(PreprocessingRecord &PPRec, in WritePreprocessorDetail() argument
2552 if (PPRec.local_begin() == PPRec.local_end()) in WritePreprocessorDetail()
2578 = (Chain ? PPRec.getNumLoadedPreprocessedEntities() : 0) in WritePreprocessorDetail()
2582 for (PreprocessingRecord::iterator E = PPRec.local_begin(), in WritePreprocessorDetail()
2583 EEnd = PPRec.local_end(); in WritePreprocessorDetail()
2653 ArrayRef<SourceRange> SkippedRanges = PPRec.getSkippedRanges(); in WritePreprocessorDetail()