Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Stack

982   SmallVector<clang::Module *, 16> Stack;
984 // Seed the stack with imported modules.
989 Stack.push_back(*M);
994 while (!Stack.empty()) {
995 clang::Module *Mod = Stack.pop_back_val();
1009 Stack.push_back(*Sub);