Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDerivedFrom

649   if (DestRecord && Self.IsDerivedFrom(SrcPointee, DestPointee)) {
743 if (SrcRD->isDerivedFrom(DestRD, BasePaths))
745 else if (DestRD->isDerivedFrom(SrcRD, BasePaths))
1126 if (!Self.IsDerivedFrom(SrcExpr->getType(), R->getPointeeType(), Paths))
1226 if (!Self.IsDerivedFrom
1262 Self.IsDerivedFrom(DestType, SrcType, Paths);
1364 !Self.IsDerivedFrom(SrcClass, DestClass, Paths)) {
1372 bool StillOkay = Self.IsDerivedFrom(SrcClass, DestClass, Paths);