Searched refs:NextTokLoc (Results 1 – 2 of 2) sorted by relevance
49 SourceLocation NextTokLoc; member59 SourceLocation NextTokLoc = SourceLocation())60 : Range(Range), PrevTokLoc(PrevTokLoc), NextTokLoc(NextTokLoc), in Range()
102 if (!SkippedRanges.empty() && SkippedRanges.back().NextTokLoc.isInvalid()) in updateNextTokLoc()103 SkippedRanges.back().NextTokLoc = Loc; in updateNextTokLoc()445 SourceLocation NextTokLoc) { in adjustSkippedRange() argument451 if (NextTokLoc.isValid() && SM.isWrittenInSameFile(LocEnd, NextTokLoc) && in adjustSkippedRange()452 SR.LineEnd == SM.getSpellingLineNumber(NextTokLoc)) { in adjustSkippedRange()491 I.NextTokLoc); in gatherSkippedRegions()