Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h330 std::unique_ptr<PTHLexer> ThePTHLexer; member
339 std::unique_ptr<PTHLexer> &&ThePTHLexer, in IncludeStackInfo()
345 ThePTHLexer(std::move(ThePTHLexer)), in IncludeStackInfo()
353 ThePTHLexer(std::move(RHS.ThePTHLexer)), in IncludeStackInfo()
1700 CurPTHLexer = std::move(IncludeMacroStack.back().ThePTHLexer); in PopIncludeMacroStack()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp397 else if (Entry.ThePTHLexer) in isNextPPTokenLParen()
398 Val = Entry.ThePTHLexer->isNextPPTokenLParen(); in isNextPPTokenLParen()