Home | History | Annotate | Download | only in Sema

Lines Matching refs:VisitStack

6954   SmallVector<const Decl *, 4> VisitStack;
6957 // VisitStack to HistoryStack as we do the DFS for bad field.
6962 VisitStack.push_back(PD);
6964 assert(VisitStack.back() && "First decl null?");
6967 const Decl *Next = VisitStack.pop_back_val();
6988 VisitStack.push_back(nullptr);
7001 VisitStack.push_back(FD);
7039 } while (!VisitStack.empty());