HomeSort by relevance Sort by last modified time
    Searched refs:isNextPPTokenLParen (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Lex/
PTHLexer.h 79 /// isNextPPTokenLParen - Return 1 if the next unexpanded token will return a
82 unsigned isNextPPTokenLParen() {
83 // isNextPPTokenLParen is not on the hot path, and all we care about is
Lexer.h 73 // in Lexer::isNextPPTokenLParen.
467 /// isNextPPTokenLParen - Return 1 if the next unexpanded token will return a
470 unsigned isNextPPTokenLParen();
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 263 /// isNextPPTokenLParen - Determine whether the next preprocessor token to be
266 bool Preprocessor::isNextPPTokenLParen() {
270 Val = CurLexer->isNextPPTokenLParen();
272 Val = CurPTHLexer->isNextPPTokenLParen();
285 Val = Entry.TheLexer->isNextPPTokenLParen();
287 Val = Entry.ThePTHLexer->isNextPPTokenLParen();
338 if (!isNextPPTokenLParen())
    [all...]
Preprocessor.cpp 656 if (MI->isObjectLike() || isNextPPTokenLParen())
Lexer.cpp     [all...]

Completed in 30 milliseconds