Home | History | Annotate | Download | only in AST

Lines Matching full:prev

2036 Prev = FirstUsingShadow.getPointer();
2037 while (Prev->UsingOrNextShadow != S)
2038 Prev = cast<UsingShadowDecl>(Prev->UsingOrNextShadow);
2039 Prev->UsingOrNextShadow = S->UsingOrNextShadow;