HomeSort by: relevance | last modified time | path
    Searched refs:isNextTokenLParen (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
TokenLexer.h 145 unsigned isNextTokenLParen() const;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPMacroExpansion.cpp 441 Val = CurTokenLexer->isNextTokenLParen();
453 Val = Entry.TheTokenLexer->isNextTokenLParen();
TokenLexer.cpp 925 /// isNextTokenLParen - If the next token lexed will pop this macro off the
928 unsigned TokenLexer::isNextTokenLParen() const {

Completed in 103 milliseconds