Searched refs:ActiveMacros (Results 1 – 2 of 2) sorted by relevance
142 std::vector<MacroInstantiation*> ActiveMacros; member in __anone16e2b900111::AsmParser324 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()[all …]
145 std::vector<MacroInstantiation*> ActiveMacros; member in __anonc65ecf320111::AsmParser288 bool isInsideMacroInstantiation() {return !ActiveMacros.empty();} in isInsideMacroInstantiation()742 assert((HadError || ActiveMacros.empty()) && in ~AsmParser()753 it = ActiveMacros.rbegin(), in printMacroInstantiations()754 ie = ActiveMacros.rend(); in printMacroInstantiations()2242 if (ActiveMacros.empty()) in parseStatement()2245 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc, in parseStatement()2246 ActiveMacros.front()->ExitBuffer); in parseStatement()2763 if (ActiveMacros.size() == MaxNestingDepth) { in handleMacroEntry()2796 ActiveMacros.push_back(MI); in handleMacroEntry()[all …]