Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h145 unsigned isNextTokenLParen() const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp927 unsigned TokenLexer::isNextTokenLParen() const { in isNextTokenLParen() function in TokenLexer
H A DPPMacroExpansion.cpp447 Val = CurTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()
459 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()