Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h598 unsigned isNextPPTokenLParen();
H A DPreprocessor.h2165 bool isNextPPTokenLParen();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp435 bool Preprocessor::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Preprocessor
439 Val = CurLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
451 Val = Entry.TheLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
H A DPreprocessor.cpp833 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
840 if (MI->isObjectLike() || isNextPPTokenLParen()) in HandleIdentifier()
H A DLexer.cpp2814 unsigned Lexer::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Lexer