Searched defs:isNextPPTokenLParen (Results 1 - 3 of 3) 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
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp167 /// isNextPPTokenLParen - Determine whether the next preprocessor token to be
170 bool Preprocessor::isNextPPTokenLParen() { function in class:Preprocessor
174 Val = CurLexer->isNextPPTokenLParen();
176 Val = CurPTHLexer->isNextPPTokenLParen();
189 Val = Entry.TheLexer->isNextPPTokenLParen();
191 Val = Entry.ThePTHLexer->isNextPPTokenLParen();
244 if (!isNextPPTokenLParen())
H A DLexer.cpp2423 /// isNextPPTokenLParen - Return 1 if the next unexpanded token lexed from
2427 unsigned Lexer::isNextPPTokenLParen() { function in class:Lexer

Completed in 135 milliseconds