Home | History | Annotate | Download | only in Lex

Lines Matching refs:MacroExpandingLexersStack

734     for (unsigned i = 0, e = MacroExpandingLexersStack.size(); i != e; ++i) {
737 llvm::tie(prevLexer, tokIndex) = MacroExpandingLexersStack[i];
742 MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex));
747 assert(!MacroExpandingLexersStack.empty());
748 size_t tokIndex = MacroExpandingLexersStack.back().second;
752 MacroExpandingLexersStack.pop_back();