Lines Matching refs:PPRec
2283 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in WritePreprocessor() local
2284 if (PPRec) in WritePreprocessor()
2285 WritePreprocessorDetail(*PPRec, MacroOffsetsBase); in WritePreprocessor()
2485 if (PPRec) in WritePreprocessor()
2486 Record.push_back(MacroDefinitions[PPRec->findMacroDefinition(MI)]); in WritePreprocessor()
2539 void ASTWriter::WritePreprocessorDetail(PreprocessingRecord &PPRec, in WritePreprocessorDetail() argument
2541 if (PPRec.local_begin() == PPRec.local_end()) in WritePreprocessorDetail()
2567 = (Chain ? PPRec.getNumLoadedPreprocessedEntities() : 0) in WritePreprocessorDetail()
2571 for (PreprocessingRecord::iterator E = PPRec.local_begin(), in WritePreprocessorDetail()
2572 EEnd = PPRec.local_end(); in WritePreprocessorDetail()
2642 ArrayRef<SourceRange> SkippedRanges = PPRec.getSkippedRanges(); in WritePreprocessorDetail()