Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp714 unsigned PhysOffset = 0; in AdvanceToTokenCharacter() local
721 return TokStart.getLocWithOffset(PhysOffset); in AdvanceToTokenCharacter()
724 ++PhysOffset; in AdvanceToTokenCharacter()
733 PhysOffset += Size; in AdvanceToTokenCharacter()
741 PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr; in AdvanceToTokenCharacter()
743 return TokStart.getLocWithOffset(PhysOffset); in AdvanceToTokenCharacter()