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

/external/clang/lib/Lex/
H A DPPLexerChange.cpp161 TokenLexer *TokLexer; local
163 TokLexer = new TokenLexer(Tok, ILEnd, Macro, Args, *this);
165 TokLexer = TokenLexerCache[--NumCachedTokenLexers];
166 TokLexer->Init(Tok, ILEnd, Macro, Args);
171 CurTokenLexer.reset(TokLexer);
192 TokenLexer *TokLexer; local
194 TokLexer = new TokenLexer(Toks, NumToks, DisableMacroExpansion,
197 TokLexer = TokenLexerCache[--NumCachedTokenLexers];
198 TokLexer->Init(Toks, NumToks, DisableMacroExpansion, OwnsTokens);
204 CurTokenLexer.reset(TokLexer);
[all...]

Completed in 40 milliseconds