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