Lines Matching refs:PPRec
1493 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord() local
1495 PPRec.getPPEntityID(GlobalID - 1, /*isLoaded=*/true); in ReadMacroRecord()
1497 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()
1499 PPRec.RegisterMacroDefinition(Macro, PPDef); in ReadMacroRecord()
4860 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) in getModulePreprocessedEntities() local
4861 return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID, in getModulePreprocessedEntities()
4899 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadPreprocessedEntity() local
4916 PPRec.getLoadedPreprocessedEntity(GlobalID - 1)); in ReadPreprocessedEntity()
4921 ME = new (PPRec) MacroExpansion(Name, Range); in ReadPreprocessedEntity()
4923 ME = new (PPRec) MacroExpansion(Def, Range); in ReadPreprocessedEntity()
4932 MacroDefinitionRecord *MD = new (PPRec) MacroDefinitionRecord(II, Range); in ReadPreprocessedEntity()
4951 = new (PPRec) InclusionDirective(PPRec, Kind, in ReadPreprocessedEntity()