Searched refs:TokOffset (Results 1 – 2 of 2) sorted by relevance
158 unsigned TokOffset = *TokOffsetPtr; in translateLocation() local167 Loc = Loc.getLocWithOffset(Offset - TokOffset); in translateLocation()
595 unsigned TokOffset = TheTok.getLocation().getRawEncoding() - StartOffset; in ComputePreamble() local599 if (MaxLineOffset && TokOffset >= MaxLineOffset) in ComputePreamble()