HomeSort by relevance Sort by last modified time
    Searched refs:isNextPPTokenLParen (Results 1 - 5 of 5) 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.
401 /// isNextPPTokenLParen - Return 1 if the next unexpanded token will return a
404 unsigned isNextPPTokenLParen();
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 147 /// isNextPPTokenLParen - Determine whether the next preprocessor token to be
150 bool Preprocessor::isNextPPTokenLParen() {
154 Val = CurLexer->isNextPPTokenLParen();
156 Val = CurPTHLexer->isNextPPTokenLParen();
169 Val = Entry.TheLexer->isNextPPTokenLParen();
171 Val = Entry.ThePTHLexer->isNextPPTokenLParen();
220 if (!isNextPPTokenLParen())
    [all...]
Lexer.cpp     [all...]

Completed in 729 milliseconds