Lines Matching refs:ActiveMacros
142 std::vector<MacroInstantiation*> ActiveMacros; member in __anon13c8422b0111::AsmParser
324 bool isInsideMacroInstantiation() {return !ActiveMacros.empty();} in isInsideMacroInstantiation()
593 assert((HadError || ActiveMacros.empty()) && in ~AsmParser()
600 it = ActiveMacros.rbegin(), in printMacroInstantiations()
601 ie = ActiveMacros.rend(); in printMacroInstantiations()
1878 if (ActiveMacros.empty()) in parseStatement()
1881 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc, in parseStatement()
1882 ActiveMacros.front()->ExitBuffer); in parseStatement()
2388 if (ActiveMacros.size() == 20) in handleMacroEntry()
2415 ActiveMacros.push_back(MI); in handleMacroEntry()
2429 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()
2433 delete ActiveMacros.back(); in handleMacroExit()
2434 ActiveMacros.pop_back(); in handleMacroExit()
3996 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()
4846 ActiveMacros.push_back(MI); in instantiateMacroLikeBody()
4988 if (ActiveMacros.empty()) in parseDirectiveEndr()