Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp127 [[nodiscard]] bool isNextTokenOrSkipLine(tok::TokenKind K, const char *&First,
606 bool Scanner::isNextTokenOrSkipLine(tok::TokenKind K, const char *&First, in isNextTokenOrSkipLine() function in Scanner
697 if (!isNextTokenOrSkipLine(tok::l_paren, First, End)) in lex_Pragma()
702 if (!Str || !isNextTokenOrSkipLine(tok::r_paren, First, End)) in lex_Pragma()