Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h631 unsigned isNextPPTokenLParen();
H A DPreprocessor.h2399 bool isNextPPTokenLParen();
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPMacroExpansion.cpp438 bool Preprocessor::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Preprocessor
442 Val = CurLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
454 Val = Entry.TheLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
H A DPreprocessor.cpp851 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
858 if (MI->isObjectLike() || isNextPPTokenLParen()) in HandleIdentifier()
H A DLexer.cpp3013 unsigned Lexer::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Lexer