Lines Matching refs:PPRec
1809 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord() local
1811 PPRec.getPPEntityID(GlobalID - 1, /*isLoaded=*/true); in ReadMacroRecord()
1813 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()
1815 PPRec.RegisterMacroDefinition(Macro, PPDef); in ReadMacroRecord()
5971 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) in getModulePreprocessedEntities() local
5972 return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID, in getModulePreprocessedEntities()
6040 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadPreprocessedEntity() local
6060 PPRec.getLoadedPreprocessedEntity(GlobalID - 1)); in ReadPreprocessedEntity()
6065 ME = new (PPRec) MacroExpansion(Name, Range); in ReadPreprocessedEntity()
6067 ME = new (PPRec) MacroExpansion(Def, Range); in ReadPreprocessedEntity()
6076 MacroDefinitionRecord *MD = new (PPRec) MacroDefinitionRecord(II, Range); in ReadPreprocessedEntity()
6095 = new (PPRec) InclusionDirective(PPRec, Kind, in ReadPreprocessedEntity()