Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h730 void SetByteOffset(unsigned Offset, bool StartOfLine);
/src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp563 CurLexer->SetByteOffset(SkipMainFilePreamble.first, in EnterMainSourceFile()
H A DLexer.cpp1515 void Lexer::SetByteOffset(unsigned Offset, bool StartOfLine) { in SetByteOffset() function in Lexer