Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2636 bool isNextPPTokenLParen();