Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h145 std::optional<Token> peekNextPPToken() const;
H A DPreprocessor.h2314 Val = CurLexer->peekNextPPToken(); in isNextPPTokenOneOf()
2316 Val = CurTokenLexer->peekNextPPToken(); in isNextPPTokenOneOf()
2326 Val = Entry.TheLexer->peekNextPPToken(); in isNextPPTokenOneOf()
2328 Val = Entry.TheTokenLexer->peekNextPPToken(); in isNextPPTokenOneOf()
H A DLexer.h653 std::optional<Token> peekNextPPToken();
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp937 std::optional<Token> TokenLexer::peekNextPPToken() const { in peekNextPPToken() function in TokenLexer
H A DPreprocessor.cpp582 std::optional<Token> FirstPPTok = CurLexer->peekNextPPToken(); in EnterMainSourceFile()
H A DLexer.cpp3203 std::optional<Token> Lexer::peekNextPPToken() { in peekNextPPToken() function in Lexer