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

/external/clang/lib/Lex/
H A DPPLexerChange.cpp163 TokenLexer *TokLexer; local
165 TokLexer = new TokenLexer(Tok, ILEnd, Macro, Args, *this);
167 TokLexer = TokenLexerCache[--NumCachedTokenLexers];
168 TokLexer->Init(Tok, ILEnd, Macro, Args);
173 CurTokenLexer.reset(TokLexer);
194 TokenLexer *TokLexer; local
196 TokLexer = new TokenLexer(Toks, NumToks, DisableMacroExpansion,
199 TokLexer = TokenLexerCache[--NumCachedTokenLexers];
200 TokLexer->Init(Toks, NumToks, DisableMacroExpansion, OwnsTokens);
206 CurTokenLexer.reset(TokLexer);
[all...]

Completed in 77 milliseconds