Lines Matching refs:ActiveMacros
144 std::vector<MacroInstantiation*> ActiveMacros; member in __anon13c8422b0111::AsmParser
282 bool isInsideMacroInstantiation() {return !ActiveMacros.empty();} in isInsideMacroInstantiation()
539 assert((HadError || ActiveMacros.empty()) && in ~AsmParser()
546 it = ActiveMacros.rbegin(), in printMacroInstantiations()
547 ie = ActiveMacros.rend(); in printMacroInstantiations()
1749 if (ActiveMacros.empty()) in parseStatement()
1752 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc, in parseStatement()
1753 ActiveMacros.front()->ExitBuffer); in parseStatement()
2255 if (ActiveMacros.size() == 20) in handleMacroEntry()
2282 ActiveMacros.push_back(MI); in handleMacroEntry()
2296 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()
2300 delete ActiveMacros.back(); in handleMacroExit()
2301 ActiveMacros.pop_back(); in handleMacroExit()
3626 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()
4470 ActiveMacros.push_back(MI); in instantiateMacroLikeBody()
4612 if (ActiveMacros.empty()) in parseDirectiveEndr()