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

/external/clang/include/clang/Lex/
H A DPTHLexer.h79 /// isNextPPTokenLParen - Return 1 if the next unexpanded token will return a
82 unsigned isNextPPTokenLParen() { function in class:clang::PTHLexer
83 // isNextPPTokenLParen is not on the hot path, and all we care about is
H A DLexer.h73 // in Lexer::isNextPPTokenLParen.
450 /// isNextPPTokenLParen - Return 1 if the next unexpanded token will return a
453 unsigned isNextPPTokenLParen();
H A DPreprocessor.h1219 /// isNextPPTokenLParen - Determine whether the next preprocessor token to be
1222 bool isNextPPTokenLParen();
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp151 /// isNextPPTokenLParen - Determine whether the next preprocessor token to be
154 bool Preprocessor::isNextPPTokenLParen() { function in class:Preprocessor
158 Val = CurLexer->isNextPPTokenLParen();
160 Val = CurPTHLexer->isNextPPTokenLParen();
173 Val = Entry.TheLexer->isNextPPTokenLParen();
175 Val = Entry.ThePTHLexer->isNextPPTokenLParen();
224 if (!isNextPPTokenLParen())
H A DLexer.cpp2402 /// isNextPPTokenLParen - Return 1 if the next unexpanded token lexed from
2406 unsigned Lexer::isNextPPTokenLParen() { function in class:Lexer

Completed in 1268 milliseconds