Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CurNode

629     T &operator*() const { return curNode(); }
632 N = curNode().Previous;
643 T &curNode() const { return W->Paths[*N]; }
745 DefPath &CurNode = *Iter;
746 assert(CurNode.Last == Current);
773 TerminatedPath Result{CurNode.Last, defPathIndex(CurNode)};