Searched defs:TokOffset (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmtAsm.cpp149 unsigned TokOffset = *TokOffsetPtr; local
158 Loc = Loc.getLocWithOffset(Offset - TokOffset);
/external/clang/lib/Lex/
H A DLexer.cpp601 unsigned TokOffset = TheTok.getLocation().getRawEncoding() - StartOffset; local
605 if (MaxLineOffset && TokOffset >= MaxLineOffset)

Completed in 108 milliseconds