Lines Matching defs:queue
156 SmallVector<DeclContext*, 4> queue;
162 queue.push_back(NS);
166 if (queue.empty())
169 DC = queue.pop_back_val();
1840 // We have at least added all these contexts to the queue.
1845 // their "using-children" to the queue.
1846 SmallVector<NamespaceDecl*, 8> Queue;
1848 // We have already looked into the initial namespace; seed the queue
1853 Queue.push_back(ND);
1866 while (!Queue.empty()) {
1867 NamespaceDecl *ND = Queue.pop_back_val();
1901 Queue.push_back(Nom);
2574 SmallVector<const Type *, 16> Queue;
2644 Queue.push_back(Arg.getTypePtr());
2665 // Queue up the class type into which this points.
2666 Queue.push_back(MemberPtr->getClass());
2714 if (Queue.empty())
2716 T = Queue.pop_back_val();