Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h635 unsigned isNextPPTokenLParen();
H A DPreprocessor.h2636 bool isNextPPTokenLParen();
/src/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp441 bool Preprocessor::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Preprocessor
445 Val = CurLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
457 Val = Entry.TheLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
H A DPreprocessor.cpp815 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
822 if (MI->isObjectLike() || isNextPPTokenLParen()) in HandleIdentifier()
H A DLexer.cpp3200 unsigned Lexer::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Lexer