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()
104 if (!SkippedRanges.empty() && SkippedRanges.back().NextTokLoc.isInvalid()) in updateNextTokLoc()105 SkippedRanges.back().NextTokLoc = Loc; in updateNextTokLoc()447 SourceLocation NextTokLoc) { in adjustSkippedRange() argument453 if (NextTokLoc.isValid() && SM.isWrittenInSameFile(LocEnd, NextTokLoc) && in adjustSkippedRange()454 SR.LineEnd == SM.getSpellingLineNumber(NextTokLoc)) { in adjustSkippedRange()493 I.NextTokLoc); in gatherSkippedRegions()