Lines Matching defs:PPRec
2154 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord();
2156 PPRec.getPPEntityID(GlobalID - 1, /*isLoaded=*/true);
2158 PPRec.getPreprocessedEntity(PPID));
2160 PPRec.RegisterMacroDefinition(Macro, PPDef);
6486 if (PreprocessingRecord *PPRec = PP.getPreprocessingRecord())
6487 return PPRec->getIteratorsForLoadedRange(Mod.BasePreprocessedEntityID,
6555 PreprocessingRecord &PPRec = *PP.getPreprocessingRecord();
6575 PPRec.getLoadedPreprocessedEntity(GlobalID - 1));
6580 ME = new (PPRec) MacroExpansion(Name, Range);
6582 ME = new (PPRec) MacroExpansion(Def, Range);
6591 MacroDefinitionRecord *MD = new (PPRec) MacroDefinitionRecord(II, Range);
6610 = new (PPRec) InclusionDirective(PPRec, Kind,