Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Remap

1533   // Remap the main source file to the preamble buffer.
2052 // Remap files.
2425 // Remap files.
2552 static void TranslateSLoc(SourceLocation &L, SLocRemap &Remap) {
2556 ((Raw & ~MacroBit) + Remap.find(Raw & ~MacroBit)->second));
2566 // the locations to refer into the new source manager. We also need to remap
2576 SLocRemap &Remap = Mod->SLocRemap;
2581 TranslateSLoc(L, Remap);
2590 TranslateSLoc(BL, Remap);
2592 TranslateSLoc(EL, Remap);
2605 TranslateSLoc(BL, Remap);
2607 TranslateSLoc(EL, Remap);