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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp732 unsigned PhysOffset = 0; local
739 return PhysOffset;
742 ++PhysOffset;
751 PhysOffset += Size;
759 PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr;
761 return PhysOffset;

Completed in 162 milliseconds