Home | History | Annotate | Download | only in Serialization

Lines Matching defs:PPRec

1255         PreprocessingRecord &PPRec = *PP.getPreprocessingRecord();
1257 PPID = PPRec.getPPEntityID(GlobalID-1, /*isLoaded=*/true);
1259 cast_or_null<MacroDefinition>(PPRec.getPreprocessedEntity(PPID));
1261 PPRec.RegisterMacroDefinition(Macro, PPDef);
3849 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord())
3850 return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID,
3887 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord();
3903 Def =cast<MacroDefinition>(PPRec.getLoadedPreprocessedEntity(GlobalID-1));
3908 ME = new (PPRec) MacroExpansion(Name, Range);
3910 ME = new (PPRec) MacroExpansion(Def, Range);
3920 = new (PPRec) MacroDefinition(II, Range);
3939 = new (PPRec) InclusionDirective(PPRec, Kind,