Searched refs:TheCondStack (Results 1 – 1 of 1) sorted by relevance
137 std::vector<AsmCond> TheCondStack; member in __anon478c40950111::AsmParser2795 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()}; in handleMacroEntry()4597 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()4598 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()4599 TheCondStack.pop_back(); in parseDirectiveExitMacro()5030 TheCondStack.push_back(TheCondState); in parseDirectiveIf()5074 TheCondStack.push_back(TheCondState); in parseDirectiveIfb()5097 TheCondStack.push_back(TheCondState); in parseDirectiveIfc()5151 TheCondStack.push_back(TheCondState); in parseDirectiveIfeqs()5163 TheCondStack.push_back(TheCondState); in parseDirectiveIfdef()[all …]