Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h332 std::unique_ptr<TokenLexer> TheTokenLexer; member
341 std::unique_ptr<TokenLexer> &&TheTokenLexer, in IncludeStackInfo()
347 TheTokenLexer(std::move(TheTokenLexer)), in IncludeStackInfo()
355 TheTokenLexer(std::move(RHS.TheTokenLexer)), in IncludeStackInfo()
1702 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h542 std::unique_ptr<TokenLexer> TheTokenLexer; member
550 std::unique_ptr<TokenLexer> &&TheTokenLexer, in IncludeStackInfo()
555 TheTokenLexer(std::move(TheTokenLexer)), in IncludeStackInfo()
2049 CurTokenLexer = std::move(IncludeMacroStack.back().TheTokenLexer); in PopIncludeMacroStack()
/external/llvm-project/clang/lib/Lex/
DPPMacroExpansion.cpp451 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp400 Val = Entry.TheTokenLexer->isNextTokenLParen(); in isNextPPTokenLParen()