Lines Matching refs:PPRec
2151 PreprocessingRecord *PPRec = PP.getPreprocessingRecord(); in WritePreprocessor() local
2152 if (PPRec) in WritePreprocessor()
2153 WritePreprocessorDetail(*PPRec, MacroOffsetsBase); in WritePreprocessor()
2316 if (PPRec) in WritePreprocessor()
2317 Record.push_back(MacroDefinitions[PPRec->findMacroDefinition(MI)]); in WritePreprocessor()
2356 void ASTWriter::WritePreprocessorDetail(PreprocessingRecord &PPRec, in WritePreprocessorDetail() argument
2358 if (PPRec.local_begin() == PPRec.local_end()) in WritePreprocessorDetail()
2384 = (Chain ? PPRec.getNumLoadedPreprocessedEntities() : 0) in WritePreprocessorDetail()
2388 for (PreprocessingRecord::iterator E = PPRec.local_begin(), in WritePreprocessorDetail()
2389 EEnd = PPRec.local_end(); in WritePreprocessorDetail()
2459 ArrayRef<SourceRange> SkippedRanges = PPRec.getSkippedRanges(); in WritePreprocessorDetail()