Home | History | Annotate | Download | only in Lex

Lines Matching refs:MacroExpandingLexersStack

818     for (unsigned i = 0, e = MacroExpandingLexersStack.size(); i != e; ++i) {
821 llvm::tie(prevLexer, tokIndex) = MacroExpandingLexersStack[i];
826 MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex));
831 assert(!MacroExpandingLexersStack.empty());
832 size_t tokIndex = MacroExpandingLexersStack.back().second;
836 MacroExpandingLexersStack.pop_back();