reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCParser/AsmParser.cpp
  291   bool isInsideMacroInstantiation() {return !ActiveMacros.empty();}
  745   assert((HadError || ActiveMacros.empty()) &&
  756            it = ActiveMacros.rbegin(),
  757            ie = ActiveMacros.rend();
 2245     if (ActiveMacros.empty())
 2248       Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc,
 2249                                    ActiveMacros.front()->ExitBuffer);
 2771   if (ActiveMacros.size() == MaxNestingDepth) {
 2804   ActiveMacros.push_back(MI);
 2818   jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer);
 2818   jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer);
 2822   delete ActiveMacros.back();
 2823   ActiveMacros.pop_back();
 4604   while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) {
 5549   ActiveMacros.push_back(MI);
 5674   if (ActiveMacros.empty())