Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h544 std::unique_ptr<TokenLexer> TheTokenLexer; member
552 std::unique_ptr<TokenLexer> &&TheTokenLexer, in IncludeStackInfo()
557 TheTokenLexer(std::move(TheTokenLexer)), in IncludeStackInfo()
2056 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp453 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()