Searched refs:tokIndex (Results 1 – 1 of 1) sorted by relevance
1076 size_t tokIndex; in cacheMacroExpandedTokens() local1077 std::tie(prevLexer, tokIndex) = Lexer; in cacheMacroExpandedTokens()1078 prevLexer->Tokens = MacroExpandedTokens.data() + tokIndex; in cacheMacroExpandedTokens()1088 size_t tokIndex = MacroExpandingLexersStack.back().second; in removeCachedMacroExpandedTokensOfLastLexer() local1089 assert(tokIndex < MacroExpandedTokens.size()); in removeCachedMacroExpandedTokensOfLastLexer()1091 MacroExpandedTokens.resize(tokIndex); in removeCachedMacroExpandedTokensOfLastLexer()