Home
last modified time | relevance | path

Searched refs:TokOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmtAsm.cpp179 unsigned TokOffset = *TokOffsetPtr; in translateLocation() local
188 Loc = Loc.getLocWithOffset(Offset - TokOffset); in translateLocation()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp642 unsigned TokOffset = TheTok.getLocation().getRawEncoding() - StartOffset; in ComputePreamble() local
646 if (MaxLineOffset && TokOffset >= MaxLineOffset) in ComputePreamble()