Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseStmtAsm.cpp157 unsigned TokOffset = *TokOffsetPtr; in translateLocation() local
166 Loc = Loc.getLocWithOffset(Offset - TokOffset); in translateLocation()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLexer.cpp595 unsigned TokOffset = TheTok.getLocation().getRawEncoding() - StartOffset; in ComputePreamble() local
599 if (MaxLineOffset && TokOffset >= MaxLineOffset) in ComputePreamble()