Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmtAsm.cpp158 unsigned TokOffset = *TokOffsetPtr; in translateLocation() local
167 Loc = Loc.getLocWithOffset(Offset - TokOffset); in translateLocation()
/external/clang/lib/Lex/
DLexer.cpp595 unsigned TokOffset = TheTok.getLocation().getRawEncoding() - StartOffset; in ComputePreamble() local
599 if (MaxLineOffset && TokOffset >= MaxLineOffset) in ComputePreamble()