Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPTHLexer.h82 unsigned isNextPPTokenLParen() { in isNextPPTokenLParen() function
DLexer.h404 unsigned isNextPPTokenLParen();
DPreprocessor.h1178 bool isNextPPTokenLParen();
/external/clang/lib/Lex/
DPPMacroExpansion.cpp150 bool Preprocessor::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Preprocessor
154 Val = CurLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
156 Val = CurPTHLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
169 Val = Entry.TheLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
171 Val = Entry.ThePTHLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()
220 if (!isNextPPTokenLParen()) in HandleMacroExpandedIdentifier()
DLexer.cpp2393 unsigned Lexer::isNextPPTokenLParen() { in isNextPPTokenLParen() function in Lexer