HomeSort by relevance Sort by last modified time
    Searched defs:isNextPPTokenLParen (Results 1 - 3 of 3) 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
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 172 /// isNextPPTokenLParen - Determine whether the next preprocessor token to be
175 bool Preprocessor::isNextPPTokenLParen() {
179 Val = CurLexer->isNextPPTokenLParen();
181 Val = CurPTHLexer->isNextPPTokenLParen();
194 Val = Entry.TheLexer->isNextPPTokenLParen();
196 Val = Entry.ThePTHLexer->isNextPPTokenLParen();
    [all...]
Lexer.cpp     [all...]

Completed in 70 milliseconds