Searched refs:isNextTokenLParen (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h145 unsigned isNextTokenLParen() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp439 Val = CurTokenLexer->isNextTokenLParen();
451 Val = Entry.TheTokenLexer->isNextTokenLParen();
H A DTokenLexer.cpp925 /// isNextTokenLParen - If the next token lexed will pop this macro off the
928 unsigned TokenLexer::isNextTokenLParen() const { function in class:TokenLexer

Completed in 61 milliseconds