Searched refs:OldDL (Results 1 – 3 of 3) sorted by relevance
328 const DebugLoc& OldDL = OldI.getDebugLoc(); in TEST_F() local332 EXPECT_EQ(OldDL.getLine(), NewDL.getLine()); in TEST_F()333 EXPECT_EQ(OldDL.getCol(), NewDL.getCol()); in TEST_F()336 auto *OldSubprogram = cast<DISubprogram>(OldDL.getScope()); in TEST_F()
302 DebugLoc OldDL = DL; in enterLocalValueArea() local305 SavePoint SP = { OldInsertPt, OldDL }; in enterLocalValueArea()
369 DebugLoc OldDL = DbgLoc; in enterLocalValueArea() local372 SavePoint SP = {OldInsertPt, OldDL}; in enterLocalValueArea()