Searched refs:ExpectedLine (Results 1 – 1 of 1) sorted by relevance
519 unsigned ExpectedLine = SM.getSpellingLineNumber(Pos, &Invalid); in ParseDirective() local520 if (!Invalid && PH.Next(Line) && (FoundPlus || Line < ExpectedLine)) { in ParseDirective()521 if (FoundPlus) ExpectedLine += Line; in ParseDirective()522 else ExpectedLine -= Line; in ParseDirective()523 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1); in ParseDirective()