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 141 /// isNextTokenLParen - If the next token lexed will pop this macro off the
144 unsigned isNextTokenLParen() const;
  /external/clang/lib/Lex/
TokenLexer.cpp 677 /// isNextTokenLParen - If the next token lexed will pop this macro off the
680 unsigned TokenLexer::isNextTokenLParen() const {
    [all...]
PPMacroExpansion.cpp 183 Val = CurTokenLexer->isNextTokenLParen();
198 Val = Entry.TheTokenLexer->isNextTokenLParen();
    [all...]

Completed in 196 milliseconds