Lines Matching refs:PPRec
1935 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord() local
1937 PPRec.getPPEntityID(GlobalID - 1, /*isLoaded=*/true); in ReadMacroRecord()
1939 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()
1941 PPRec.RegisterMacroDefinition(Macro, PPDef); in ReadMacroRecord()
6215 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) in getModulePreprocessedEntities() local
6216 return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID, in getModulePreprocessedEntities()
6284 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadPreprocessedEntity() local
6304 PPRec.getLoadedPreprocessedEntity(GlobalID - 1)); in ReadPreprocessedEntity()
6309 ME = new (PPRec) MacroExpansion(Name, Range); in ReadPreprocessedEntity()
6311 ME = new (PPRec) MacroExpansion(Def, Range); in ReadPreprocessedEntity()
6320 MacroDefinitionRecord *MD = new (PPRec) MacroDefinitionRecord(II, Range); in ReadPreprocessedEntity()
6339 = new (PPRec) InclusionDirective(PPRec, Kind, in ReadPreprocessedEntity()