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

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 115 // in Lexer::isNextPPTokenLParen.
595 /// isNextPPTokenLParen - Return 1 if the next unexpanded token will return a
598 unsigned isNextPPTokenLParen();
Preprocessor.h 2165 bool isNextPPTokenLParen();
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPMacroExpansion.cpp 432 /// isNextPPTokenLParen - Determine whether the next preprocessor token to be
435 bool Preprocessor::isNextPPTokenLParen() {
439 Val = CurLexer->isNextPPTokenLParen();
451 Val = Entry.TheLexer->isNextPPTokenLParen();
Preprocessor.cpp 833 if (!MI->isFunctionLike() || isNextPPTokenLParen())
840 if (MI->isObjectLike() || isNextPPTokenLParen())
Lexer.cpp 2810 /// isNextPPTokenLParen - Return 1 if the next unexpanded token lexed from
2814 unsigned Lexer::isNextPPTokenLParen() {

Completed in 57 milliseconds