Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h285 bool skipOver(unsigned NumBytes);
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp465 CurLexer->skipOver(*SkipLength); in SkipExcludedConditionalBlock()
H A DLexer.cpp224 bool Lexer::skipOver(unsigned NumBytes) { in skipOver() function in Lexer