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

  /external/clang/include/clang/Lex/
Preprocessor.h 307 std::unique_ptr<TokenLexer> TheTokenLexer;
316 std::unique_ptr<TokenLexer> &&TheTokenLexer,
322 TheTokenLexer(std::move(TheTokenLexer)),
330 TheTokenLexer(std::move(RHS.TheTokenLexer)),
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 198 Val = Entry.TheTokenLexer->isNextTokenLParen();
    [all...]

Completed in 50 milliseconds