Searched refs:OldDL (Results 1 – 2 of 2) sorted by relevance
346 const DebugLoc& OldDL = OldI.getDebugLoc(); in TEST_F() local350 EXPECT_EQ(OldDL.getLine(), NewDL.getLine()); in TEST_F()351 EXPECT_EQ(OldDL.getCol(), NewDL.getCol()); in TEST_F()354 auto *OldSubprogram = cast<MDSubprogram>(OldDL.getScope()); in TEST_F()
365 DebugLoc OldDL = DbgLoc; in enterLocalValueArea() local368 SavePoint SP = {OldInsertPt, OldDL}; in enterLocalValueArea()