Home | History | Annotate | Download | only in AST

Lines Matching full:prev

138   for (const RedeclarableTemplateDecl *Prev = getPreviousDecl(); Prev;
139 Prev = Prev->getPreviousDecl()) {
140 if (Prev->Common) {
141 Common = Prev->Common;
145 PrevDecls.push_back(Prev);