Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h331 PreprocessorLexer *ThePPLexer; member
340 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()
346 ThePPLexer(std::move(ThePPLexer)), in IncludeStackInfo()
354 ThePPLexer(std::move(RHS.ThePPLexer)), in IncludeStackInfo()
1701 CurPPLexer = IncludeMacroStack.back().ThePPLexer; in PopIncludeMacroStack()
1837 return IsFileLexer(I.TheLexer.get(), I.ThePPLexer); in IsFileLexer()
/external/clang/lib/Lex/
DPPLexerChange.cpp60 return ISI.ThePPLexer; in getCurrentFileLexer()
571 if (ISI.ThePPLexer == nullptr) continue; // Scan for a real lexer. in HandleMicrosoftCommentPaste()
579 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()
DPPDirectives.cpp791 if ((FileEnt = ISEntry.ThePPLexer->getFileEntry())) in LookupFile()
855 if ((CurFileEnt = ISEntry.ThePPLexer->getFileEntry())) { in LookupFile()
DPPMacroExpansion.cpp406 if (Entry.ThePPLexer) in isNextPPTokenLParen()