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

/external/clang/include/clang/Lex/
H A DPreprocessor.h330 PreprocessorLexer *ThePPLexer; member in struct:clang::Preprocessor::IncludeStackInfo
339 PreprocessorLexer *ThePPLexer,
345 ThePPLexer(std::move(ThePPLexer)),
353 ThePPLexer(std::move(RHS.ThePPLexer)),
1673 CurPPLexer = IncludeMacroStack.back().ThePPLexer;
1805 return IsFileLexer(I.TheLexer.get(), I.ThePPLexer);
336 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 30 milliseconds