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