Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h592 void SkipBytes(unsigned Bytes, bool StartOfLine);
/external/clang/lib/Lex/
DPreprocessor.cpp495 CurLexer->SkipBytes(SkipMainFilePreamble.first, in EnterMainSourceFile()
DLexer.cpp1345 void Lexer::SkipBytes(unsigned Bytes, bool StartOfLine) { in SkipBytes() function in Lexer