Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h635 unsigned isNextPPTokenLParen();
H A DPreprocessor.h2571 bool isNextPPTokenLParen();
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp440 bool Preprocessor::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Preprocessor
444 Val = CurLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
456 Val = Entry.TheLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
H A DPreprocessor.cpp811 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
818 if (MI->isObjectLike() || isNextPPTokenLParen()) in HandleIdentifier()
H A DLexer.cpp3144 unsigned Lexer::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Lexer