Home
last modified time | relevance | path

Searched refs:PhysOffset (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp734 unsigned PhysOffset = 0; in getTokenPrefixLength() local
741 return PhysOffset; in getTokenPrefixLength()
744 ++PhysOffset; in getTokenPrefixLength()
753 PhysOffset += Size; in getTokenPrefixLength()
761 PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr; in getTokenPrefixLength()
763 return PhysOffset; in getTokenPrefixLength()