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.h494 unsigned isNextPPTokenLParen();
DPreprocessor.h1764 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.cpp663 if (!MI->isFunctionLike() || isNextPPTokenLParen()) in HandleIdentifier()
670 if (MI->isObjectLike() || isNextPPTokenLParen()) in HandleIdentifier()
DLexer.cpp2547 unsigned Lexer::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Lexer