Searched refs:TheLexer (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessor.h304 std::unique_ptr<Lexer> TheLexer; member in struct:clang::Preprocessor::IncludeStackInfo
313 std::unique_ptr<Lexer> &&TheLexer,
319 TheSubmodule(std::move(TheSubmodule)), TheLexer(std::move(TheLexer)),
327 TheLexer(std::move(RHS.TheLexer)),
1358 CurLexer = std::move(IncludeMacroStack.back().TheLexer);
1466 void EnterSourceFileWithLexer(Lexer *TheLexer, const DirectoryLookup *Dir);
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
/external/clang/lib/Lex/
H A DPPLexerChange.cpp110 void Preprocessor::EnterSourceFileWithLexer(Lexer *TheLexer, argument
117 CurLexer.reset(TheLexer);
118 CurPPLexer = TheLexer;
H A DPPMacroExpansion.cpp193 if (Entry.TheLexer)
194 Val = Entry.TheLexer->isNextPPTokenLParen();
1339 PreprocessorLexer *TheLexer = getCurrentFileLexer();
1341 if (TheLexer)
1342 CurFile = SourceMgr.getFileEntryForID(TheLexer->getFileID());
H A DPragma.cpp424 PreprocessorLexer *TheLexer = getCurrentFileLexer(); local
427 HeaderInfo.MarkFileSystemHeader(TheLexer->getFileEntry());
/external/clang/lib/AST/
H A DExpr.cpp995 Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), Features,
998 TheLexer.LexFromRawLexer(TheTok);

Completed in 114 milliseconds