Home | History | Annotate | Download | only in Sema

Lines Matching refs:VisitStack

6690   SmallVector<const Decl *, 4> VisitStack;
6693 // VisitStack to HistoryStack as we do the DFS for bad field.
6698 VisitStack.push_back(PD);
6700 assert(VisitStack.back() && "First decl null?");
6703 const Decl *Next = VisitStack.pop_back_val();
6724 VisitStack.push_back(nullptr);
6737 VisitStack.push_back(FD);
6773 } while (!VisitStack.empty());