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.cpp172 /// isNextPPTokenLParen - Determine whether the next preprocessor token to be
175 bool Preprocessor::isNextPPTokenLParen() { function in class:Preprocessor
179 Val = CurLexer->isNextPPTokenLParen();
181 Val = CurPTHLexer->isNextPPTokenLParen();
194 Val = Entry.TheLexer->isNextPPTokenLParen();
196 Val = Entry.ThePTHLexer->isNextPPTokenLParen();
H A DLexer.cpp2542 /// isNextPPTokenLParen - Return 1 if the next unexpanded token lexed from
2546 unsigned Lexer::isNextPPTokenLParen() { function in class:Lexer

Completed in 200 milliseconds