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

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 542 std::unique_ptr<TokenLexer> TheTokenLexer;
550 std::unique_ptr<TokenLexer> &&TheTokenLexer,
555 TheTokenLexer(std::move(TheTokenLexer)),
2054 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPMacroExpansion.cpp 453 Val = Entry.TheTokenLexer->isNextTokenLParen();

Completed in 26 milliseconds