Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h542 std::unique_ptr<TokenLexer> TheTokenLexer; member
550 std::unique_ptr<TokenLexer> &&TheTokenLexer, in IncludeStackInfo()
555 TheTokenLexer(std::move(TheTokenLexer)), in IncludeStackInfo()
2054 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp453 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()