Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPMacroExpansion.cpp992 size_t tokIndex; in cacheMacroExpandedTokens() local
993 std::tie(prevLexer, tokIndex) = MacroExpandingLexersStack[i]; in cacheMacroExpandedTokens()
994 prevLexer->Tokens = MacroExpandedTokens.data() + tokIndex; in cacheMacroExpandedTokens()
1004 size_t tokIndex = MacroExpandingLexersStack.back().second; in removeCachedMacroExpandedTokensOfLastLexer() local
1005 assert(tokIndex < MacroExpandedTokens.size()); in removeCachedMacroExpandedTokensOfLastLexer()
1007 MacroExpandedTokens.resize(tokIndex); in removeCachedMacroExpandedTokensOfLastLexer()