Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h678 void SetByteOffset(unsigned Offset, bool StartOfLine);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp542 CurLexer->SetByteOffset(SkipMainFilePreamble.first, in EnterMainSourceFile()
H A DLexer.cpp1413 void Lexer::SetByteOffset(unsigned Offset, bool StartOfLine) { in SetByteOffset() function in Lexer