Searched refs:LastSourceLoc (Results 1 – 1 of 1) sorted by relevance
520 MCCVFunctionInfo::LineInfo LastSourceLoc, CurSourceLoc; in encodeInlineLineTable() local521 LastSourceLoc.File = Frag.StartFileId; in encodeInlineLineTable()522 LastSourceLoc.Line = Frag.StartLineNum; in encodeInlineLineTable()565 if (HaveOpenRange && CurSourceLoc.File == LastSourceLoc.File && in encodeInlineLineTable()566 CurSourceLoc.Line == LastSourceLoc.Line) in encodeInlineLineTable()571 if (CurSourceLoc.File != LastSourceLoc.File) { in encodeInlineLineTable()580 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable()602 LastSourceLoc = CurSourceLoc; in encodeInlineLineTable()