Searched refs:LastSourceLoc (Results 1 – 1 of 1) sorted by relevance
505 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local506 LastSourceLoc.File = Frag.StartFileId; in encodeInlineLineTable()507 LastSourceLoc.Line = Frag.StartLineNum; 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()563 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()588 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()