Home
last modified time | relevance | path

Searched refs:tokIndex (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Lex/
DPPMacroExpansion.cpp990 size_t tokIndex; in cacheMacroExpandedTokens() local
991 std::tie(prevLexer, tokIndex) = MacroExpandingLexersStack[i]; in cacheMacroExpandedTokens()
992 prevLexer->Tokens = MacroExpandedTokens.data() + tokIndex; in cacheMacroExpandedTokens()
1002 size_t tokIndex = MacroExpandingLexersStack.back().second; in removeCachedMacroExpandedTokensOfLastLexer() local
1003 assert(tokIndex < MacroExpandedTokens.size()); in removeCachedMacroExpandedTokensOfLastLexer()
1005 MacroExpandedTokens.resize(tokIndex); in removeCachedMacroExpandedTokensOfLastLexer()