Searched refs:PrevVD (Results 1 – 2 of 2) sorted by relevance
3572 auto *PrevVD = cast<VarDecl>(Previous); in attachPreviousDeclImpl() local3573 D->RedeclLink.setPrevious(PrevVD); in attachPreviousDeclImpl()3574 D->First = PrevVD->First; in attachPreviousDeclImpl()3580 for (VarDecl *CurD = PrevVD; CurD; CurD = CurD->getPreviousDecl()) { in attachPreviousDeclImpl()
4370 for (VarDecl *PrevVD = Old->getMostRecentDecl(); PrevVD; in MergeVarDeclTypes() local4371 PrevVD = PrevVD->getPreviousDecl()) { in MergeVarDeclTypes()4372 QualType PrevVDTy = PrevVD->getType(); in MergeVarDeclTypes()4377 return diagnoseVarDeclTypeMismatch(*this, New, PrevVD); in MergeVarDeclTypes()10951 auto *PrevVD = dyn_cast<ValueDecl>(PrevDecl); in shouldLinkDependentDeclWithPrevious() local10952 return !VD || !PrevVD || in shouldLinkDependentDeclWithPrevious()10953 canFullyTypeCheckRedeclaration(VD, PrevVD, VD->getType(), in shouldLinkDependentDeclWithPrevious()10954 PrevVD->getType()); in shouldLinkDependentDeclWithPrevious()