Lines Matching refs:PPRec
1783 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord() local
1785 PPRec.getPPEntityID(GlobalID - 1, /*isLoaded=*/true); in ReadMacroRecord()
1787 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()
1789 PPRec.RegisterMacroDefinition(Macro, PPDef); in ReadMacroRecord()
5933 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) in getModulePreprocessedEntities() local
5934 return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID, in getModulePreprocessedEntities()
6002 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadPreprocessedEntity() local
6022 PPRec.getLoadedPreprocessedEntity(GlobalID - 1)); in ReadPreprocessedEntity()
6027 ME = new (PPRec) MacroExpansion(Name, Range); in ReadPreprocessedEntity()
6029 ME = new (PPRec) MacroExpansion(Def, Range); in ReadPreprocessedEntity()
6038 MacroDefinitionRecord *MD = new (PPRec) MacroDefinitionRecord(II, Range); in ReadPreprocessedEntity()
6058 = new (PPRec) InclusionDirective(PPRec, Kind, in ReadPreprocessedEntity()