Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h769 std::unique_ptr<TokenLexer> TheTokenLexer; member
777 std::unique_ptr<TokenLexer> &&TheTokenLexer, in IncludeStackInfo()
782 TheTokenLexer(std::move(TheTokenLexer)), in IncludeStackInfo()
2439 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp458 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()