Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPTHLexer.h81 unsigned isNextPPTokenLParen() { in isNextPPTokenLParen() function
DLexer.h514 unsigned isNextPPTokenLParen();
DPreprocessor.h1796 bool isNextPPTokenLParen();
/external/clang/lib/Lex/
DPPMacroExpansion.cpp377 bool Preprocessor::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Preprocessor
381 Val = CurLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
383 Val = CurPTHLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
396 Val = Entry.TheLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
398 Val = Entry.ThePTHLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
DPreprocessor.cpp666 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
673 if (MI->isObjectLike() || isNextPPTokenLParen()) in HandleIdentifier()
DLexer.cpp2575 unsigned Lexer::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Lexer