Searched defs:ThePPLexer (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessor.h306 PreprocessorLexer *ThePPLexer; member in struct:clang::Preprocessor::IncludeStackInfo
315 PreprocessorLexer *ThePPLexer,
321 ThePPLexer(std::move(ThePPLexer)),
329 ThePPLexer(std::move(RHS.ThePPLexer)),
1360 CurPPLexer = IncludeMacroStack.back().ThePPLexer;
1485 return IsFileLexer(I.TheLexer.get(), I.ThePPLexer);
312 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, std::unique_ptr<Lexer> &&TheLexer, std::unique_ptr<PTHLexer> &&ThePTHLexer, PreprocessorLexer *ThePPLexer, std::unique_ptr<TokenLexer> &&TheTokenLexer, const DirectoryLookup *TheDirLookup) argument

Completed in 180 milliseconds