Searched refs:MacroExpandingLexersStack (Results 1 – 3 of 3) sorted by relevance
1064 for (const auto &Lexer : MacroExpandingLexersStack) { in cacheMacroExpandedTokens()1072 MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex)); in cacheMacroExpandedTokens()1077 assert(!MacroExpandingLexersStack.empty()); in removeCachedMacroExpandedTokensOfLastLexer()1078 size_t tokIndex = MacroExpandingLexersStack.back().second; in removeCachedMacroExpandedTokensOfLastLexer()1082 MacroExpandingLexersStack.pop_back(); in removeCachedMacroExpandedTokensOfLastLexer()
591 if (!MacroExpandingLexersStack.empty() && in HandleEndOfTokenLexer()592 MacroExpandingLexersStack.back().first == CurTokenLexer.get()) in HandleEndOfTokenLexer()
1115 std::vector<std::pair<TokenLexer *, size_t>> MacroExpandingLexersStack; variable