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