Searched refs:tokIndex (Results 1 – 1 of 1) sorted by relevance
1021 size_t tokIndex; in cacheMacroExpandedTokens() local1022 std::tie(prevLexer, tokIndex) = Lexer; in cacheMacroExpandedTokens()1023 prevLexer->Tokens = MacroExpandedTokens.data() + tokIndex; in cacheMacroExpandedTokens()1033 size_t tokIndex = MacroExpandingLexersStack.back().second; in removeCachedMacroExpandedTokensOfLastLexer() local1034 assert(tokIndex < MacroExpandedTokens.size()); in removeCachedMacroExpandedTokensOfLastLexer()1036 MacroExpandedTokens.resize(tokIndex); in removeCachedMacroExpandedTokensOfLastLexer()