Lines Matching refs:PPRec
1781 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord() local
1783 PPRec.getPPEntityID(GlobalID - 1, /*isLoaded=*/true); in ReadMacroRecord()
1785 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()
1787 PPRec.RegisterMacroDefinition(Macro, PPDef); in ReadMacroRecord()
5917 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) in getModulePreprocessedEntities() local
5918 return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID, in getModulePreprocessedEntities()
5980 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadPreprocessedEntity() local
6000 PPRec.getLoadedPreprocessedEntity(GlobalID - 1)); in ReadPreprocessedEntity()
6005 ME = new (PPRec) MacroExpansion(Name, Range); in ReadPreprocessedEntity()
6007 ME = new (PPRec) MacroExpansion(Def, Range); in ReadPreprocessedEntity()
6016 MacroDefinitionRecord *MD = new (PPRec) MacroDefinitionRecord(II, Range); in ReadPreprocessedEntity()
6036 = new (PPRec) InclusionDirective(PPRec, Kind, in ReadPreprocessedEntity()