Lines Matching defs:ActiveMacros
427 std::vector<MacroInstantiation*> ActiveMacros;
586 bool isInsideMacroInstantiation() {return !ActiveMacros.empty();}
1122 assert((HadError || ActiveMacros.empty()) &&
1133 it = ActiveMacros.rbegin(),
1134 ie = ActiveMacros.rend();
2688 if (ActiveMacros.empty())
2691 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc,
2692 ActiveMacros.front()->ExitBuffer);
3214 if (ActiveMacros.size() == MaxNestingDepth) {
3247 ActiveMacros.push_back(MI);
3263 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer,
3268 delete ActiveMacros.back();
3269 ActiveMacros.pop_back();
5907 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) {
6921 ActiveMacros.push_back(MI);
7642 if (ActiveMacros.empty())
7645 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc,
7646 ActiveMacros.front()->ExitBuffer);
7673 ActiveMacros.empty() ? CurBuffer : ActiveMacros.front()->ExitBuffer)