Lines Matching refs:PPRec
1429 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadMacroRecord() local
1431 PPID = PPRec.getPPEntityID(GlobalID-1, /*isLoaded=*/true); in ReadMacroRecord()
1433 cast_or_null<MacroDefinition>(PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()
1435 PPRec.RegisterMacroDefinition(Macro, PPDef); in ReadMacroRecord()
4710 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord()) in getModulePreprocessedEntities() local
4711 return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID, in getModulePreprocessedEntities()
4748 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord(); in ReadPreprocessedEntity() local
4764 Def =cast<MacroDefinition>(PPRec.getLoadedPreprocessedEntity(GlobalID-1)); in ReadPreprocessedEntity()
4769 ME = new (PPRec) MacroExpansion(Name, Range); in ReadPreprocessedEntity()
4771 ME = new (PPRec) MacroExpansion(Def, Range); in ReadPreprocessedEntity()
4781 = new (PPRec) MacroDefinition(II, Range); in ReadPreprocessedEntity()
4800 = new (PPRec) InclusionDirective(PPRec, Kind, in ReadPreprocessedEntity()