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()
93 if (!SkippedRanges.empty() && SkippedRanges.back().NextTokLoc.isInvalid()) in updateNextTokLoc()94 SkippedRanges.back().NextTokLoc = Loc; in updateNextTokLoc()378 SourceLocation NextTokLoc) { in adjustSkippedRange() argument384 if (NextTokLoc.isValid() && SM.isWrittenInSameFile(LocEnd, NextTokLoc) && in adjustSkippedRange()385 SR.LineEnd == SM.getSpellingLineNumber(NextTokLoc)) { in adjustSkippedRange()424 I.NextTokLoc); in gatherSkippedRegions()