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

  /external/clang/include/clang/Lex/
TokenLexer.h 132 /// isNextTokenLParen - If the next token lexed will pop this macro off the
135 unsigned isNextTokenLParen() const;
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 148 Val = CurTokenLexer->isNextTokenLParen();
163 Val = Entry.TheTokenLexer->isNextTokenLParen();
    [all...]
TokenLexer.cpp 616 /// isNextTokenLParen - If the next token lexed will pop this macro off the
619 unsigned TokenLexer::isNextTokenLParen() const {

Completed in 135 milliseconds