Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h324 PreprocessorLexer *ThePPLexer; member
333 PreprocessorLexer *ThePPLexer, in IncludeStackInfo()
339 ThePPLexer(std::move(ThePPLexer)), in IncludeStackInfo()
347 ThePPLexer(std::move(RHS.ThePPLexer)), in IncludeStackInfo()
1399 CurPPLexer = IncludeMacroStack.back().ThePPLexer; in PopIncludeMacroStack()
1529 return IsFileLexer(I.TheLexer.get(), I.ThePPLexer); in IsFileLexer()
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp59 return ISI.ThePPLexer; in getCurrentFileLexer()
558 if (ISI.ThePPLexer == nullptr) continue; // Scan for a real lexer. in HandleMicrosoftCommentPaste()
566 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()
H A DPPDirectives.cpp657 ISEntry.ThePPLexer->getFileID()))) in LookupFile()
718 SourceMgr.getFileEntryForID(ISEntry.ThePPLexer->getFileID()))) { in LookupFile()
H A DPPMacroExpansion.cpp211 if (Entry.ThePPLexer) in isNextPPTokenLParen()