Lines Matching refs:Remap
1556 // Remap the main source file to the preamble buffer.
2076 // Remap files.
2449 // Remap files.
2581 static void TranslateSLoc(SourceLocation &L, SLocRemap &Remap) {
2585 ((Raw & ~MacroBit) + Remap.find(Raw & ~MacroBit)->second));
2595 // the locations to refer into the new source manager. We also need to remap
2605 SLocRemap &Remap = Mod->SLocRemap;
2610 TranslateSLoc(L, Remap);
2619 TranslateSLoc(BL, Remap);
2621 TranslateSLoc(EL, Remap);
2634 TranslateSLoc(BL, Remap);
2636 TranslateSLoc(EL, Remap);