Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h696 void SetByteOffset(unsigned Offset, bool StartOfLine);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp546 CurLexer->SetByteOffset(SkipMainFilePreamble.first, in EnterMainSourceFile()
H A DLexer.cpp1423 void Lexer::SetByteOffset(unsigned Offset, bool StartOfLine) { in SetByteOffset() function in Lexer