Home
last modified time | relevance | path

Searched refs:TheTokenLexer (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessor.h307 std::unique_ptr<TokenLexer> TheTokenLexer; member
316 std::unique_ptr<TokenLexer> &&TheTokenLexer, in IncludeStackInfo()
322 TheTokenLexer(std::move(TheTokenLexer)), in IncludeStackInfo()
330 TheTokenLexer(std::move(RHS.TheTokenLexer)), in IncludeStackInfo()
1361 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp198 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()