Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPTHLexer.h82 unsigned isNextPPTokenLParen() { in isNextPPTokenLParen() function
DLexer.h473 unsigned isNextPPTokenLParen();
DPreprocessor.h1360 bool isNextPPTokenLParen();
/external/clang/lib/Lex/
DPPMacroExpansion.cpp170 bool Preprocessor::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Preprocessor
174 Val = CurLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
176 Val = CurPTHLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
189 Val = Entry.TheLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
191 Val = Entry.ThePTHLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
244 if (!isNextPPTokenLParen()) in HandleMacroExpandedIdentifier()
DPreprocessor.cpp658 if (MI->isObjectLike() || isNextPPTokenLParen()) in HandleIdentifier()
DLexer.cpp2427 unsigned Lexer::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Lexer