Searched refs:NextTokLoc (Results 1 – 2 of 2) sorted by relevance
44 SourceLocation NextTokLoc; member54 SourceLocation NextTokLoc = SourceLocation())55 : Range(Range), PrevTokLoc(PrevTokLoc), NextTokLoc(NextTokLoc), in Range()
88 if (!SkippedRanges.empty() && SkippedRanges.back().NextTokLoc.isInvalid()) in updateNextTokLoc()89 SkippedRanges.back().NextTokLoc = Loc; in updateNextTokLoc()345 SourceLocation NextTokLoc) { in adjustSkippedRange() argument351 if (NextTokLoc.isValid() && SM.isWrittenInSameFile(LocEnd, NextTokLoc) && in adjustSkippedRange()352 SR.LineEnd == SM.getSpellingLineNumber(NextTokLoc)) { in adjustSkippedRange()391 I.NextTokLoc); in gatherSkippedRegions()