Home | History | Annotate | Download | only in Serialization

Lines Matching defs:PPRec

1473         PreprocessingRecord &PPRec = *PP.getPreprocessingRecord();
1475 PPRec.getPPEntityID(GlobalID - 1, /*isLoaded=*/true);
1477 PPRec.getPreprocessedEntity(PPID));
1479 PPRec.RegisterMacroDefinition(Macro, PPDef);
4837 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord())
4838 return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID,
4876 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord();
4893 PPRec.getLoadedPreprocessedEntity(GlobalID - 1));
4898 ME = new (PPRec) MacroExpansion(Name, Range);
4900 ME = new (PPRec) MacroExpansion(Def, Range);
4909 MacroDefinitionRecord *MD = new (PPRec) MacroDefinitionRecord(II, Range);
4928 = new (PPRec) InclusionDirective(PPRec, Kind,