Lines Matching defs:ActiveMacros
144 std::vector<MacroInstantiation*> ActiveMacros;
309 bool isInsideMacroInstantiation() {return !ActiveMacros.empty();}
829 assert((HadError || ActiveMacros.empty()) &&
841 for (MacroInstantiation *M : reverse(ActiveMacros))
2356 if (ActiveMacros.empty())
2359 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc,
2360 ActiveMacros.front()->ExitBuffer);
2885 if (ActiveMacros.size() == MaxNestingDepth) {
2919 ActiveMacros.push_back(MI);
2933 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer);
2941 delete ActiveMacros.back();
2942 ActiveMacros.pop_back();
4820 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) {
5729 ActiveMacros.push_back(MI);
5848 if (ActiveMacros.empty())