Searched refs:LastSourceLoc (Results 1 – 1 of 1) sorted by relevance
519 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local520 LastSourceLoc.File = Frag.StartFileId; in encodeInlineLineTable()521 LastSourceLoc.Line = Frag.StartLineNum; in encodeInlineLineTable()564 if (HaveOpenRange && CurSourceLoc.File == LastSourceLoc.File && in encodeInlineLineTable()565 CurSourceLoc.Line == LastSourceLoc.Line) in encodeInlineLineTable()570 if (CurSourceLoc.File != LastSourceLoc.File) { in encodeInlineLineTable()579 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()601 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()