Lines Matching refs:PPRec
1656 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord() local
1658 PPRec.getPPEntityID(GlobalID - 1, /*isLoaded=*/true); in ReadMacroRecord()
1660 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()
1662 PPRec.RegisterMacroDefinition(Macro, PPDef); in ReadMacroRecord()
5411 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) in getModulePreprocessedEntities() local
5412 return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID, in getModulePreprocessedEntities()
5464 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadPreprocessedEntity() local
5481 PPRec.getLoadedPreprocessedEntity(GlobalID - 1)); in ReadPreprocessedEntity()
5486 ME = new (PPRec) MacroExpansion(Name, Range); in ReadPreprocessedEntity()
5488 ME = new (PPRec) MacroExpansion(Def, Range); in ReadPreprocessedEntity()
5497 MacroDefinitionRecord *MD = new (PPRec) MacroDefinitionRecord(II, Range); in ReadPreprocessedEntity()
5516 = new (PPRec) InclusionDirective(PPRec, Kind, in ReadPreprocessedEntity()