Lines Matching refs:PPRec
1974 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord() local
1976 PPRec.getPPEntityID(GlobalID - 1, /*isLoaded=*/true); in ReadMacroRecord()
1978 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()
1980 PPRec.RegisterMacroDefinition(Macro, PPDef); in ReadMacroRecord()
6221 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) in getModulePreprocessedEntities() local
6222 return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID, in getModulePreprocessedEntities()
6290 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadPreprocessedEntity() local
6310 PPRec.getLoadedPreprocessedEntity(GlobalID - 1)); in ReadPreprocessedEntity()
6315 ME = new (PPRec) MacroExpansion(Name, Range); in ReadPreprocessedEntity()
6317 ME = new (PPRec) MacroExpansion(Def, Range); in ReadPreprocessedEntity()
6326 MacroDefinitionRecord *MD = new (PPRec) MacroDefinitionRecord(II, Range); in ReadPreprocessedEntity()
6345 = new (PPRec) InclusionDirective(PPRec, Kind, in ReadPreprocessedEntity()