Searched refs:CurSourceLoc (Results 1 – 1 of 1) sorted by relevance
505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local522 CurSourceLoc.File = Loc.getFileNum(); in encodeInlineLineTable()523 CurSourceLoc.Line = Loc.getLine(); in encodeInlineLineTable()530 CurSourceLoc = I->second; in encodeInlineLineTable()548 if (HaveOpenRange && CurSourceLoc.File == LastSourceLoc.File && in encodeInlineLineTable()549 CurSourceLoc.Line == LastSourceLoc.Line) in encodeInlineLineTable()554 if (CurSourceLoc.File != LastSourceLoc.File) { in encodeInlineLineTable()556 Files[CurSourceLoc.File - 1] in encodeInlineLineTable()563 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()585 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()