Home | History | Annotate | Download | only in Sema

Lines Matching full:visitstack

7569   SmallVector<const Decl *, 4> VisitStack;
7572 // VisitStack to HistoryStack as we do the DFS for bad field.
7577 VisitStack.push_back(PD);
7579 assert(VisitStack.back() && "First decl null?");
7582 const Decl *Next = VisitStack.pop_back_val();
7603 VisitStack.push_back(nullptr);
7616 VisitStack.push_back(FD);
7654 } while (!VisitStack.empty());