Searched refs:ActiveMacros (Results 1 – 1 of 1) sorted by relevance
144 std::vector<MacroInstantiation*> ActiveMacros; member in __anon13c8422b0111::AsmParser282 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()[all …]