Searched refs:LastSourceLoc (Results 1 – 1 of 1) sorted by relevance
497 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local498 LastSourceLoc.File = Frag.StartFileId; in encodeInlineLineTable()499 LastSourceLoc.Line = Frag.StartLineNum; in encodeInlineLineTable()540 if (HaveOpenRange && CurSourceLoc.File == LastSourceLoc.File && in encodeInlineLineTable()541 CurSourceLoc.Line == LastSourceLoc.Line) in encodeInlineLineTable()546 if (CurSourceLoc.File != LastSourceLoc.File) { in encodeInlineLineTable()555 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()580 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()