Home | History | Annotate | Download | only in Sema

Lines Matching refs:DestRD

731   const CXXRecordDecl *DestRD = DestType->getPointeeCXXRecordDecl();
733 if (!DestRD || !DestRD->isCompleteDefinition() || DestRD->isInvalidDecl())
743 if (SrcRD->isDerivedFrom(DestRD, BasePaths))
745 else if (DestRD->isDerivedFrom(SrcRD, BasePaths))