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

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

Completed in 144 milliseconds