Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DTokenLexer.h145 unsigned isNextTokenLParen() const;
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPMacroExpansion.cpp444 Val = CurTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()
456 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()
H A DTokenLexer.cpp926 unsigned TokenLexer::isNextTokenLParen() const { in isNextTokenLParen() function in TokenLexer