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