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