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

/external/clang/lib/Lex/
H A DPPLexerChange.cpp183 /// If OwnsTokens is false, this method assumes that the specified stream of
190 bool OwnsTokens) {
195 OwnsTokens, *this);
198 TokLexer->Init(Toks, NumToks, DisableMacroExpansion, OwnsTokens);
188 EnterTokenStream(const Token *Toks, unsigned NumToks, bool DisableMacroExpansion, bool OwnsTokens) argument

Completed in 269 milliseconds