Lines Matching defs:Stack
2715 SmallVector<Module *, 4> Stack;
2716 Stack.push_back(Mod);
2717 while (!Stack.empty()) {
2718 Mod = Stack.back();
2719 Stack.pop_back();
2743 // Push any non-explicit submodules onto the stack to be marked as
2749 Stack.push_back(*Sub);
2752 // Push any exported modules onto the stack to be marked as visible.
2759 Stack.push_back(Exported);