Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDerivedFrom

641   if (DestRecord && Self.IsDerivedFrom(SrcPointee, DestPointee)) {
733 if (SrcRD->isDerivedFrom(DestRD, BasePaths))
735 else if (DestRD->isDerivedFrom(SrcRD, BasePaths))
1111 if (!Self.IsDerivedFrom(SrcExpr->getType(), R->getPointeeType(), Paths))
1208 if (!Self.IsDerivedFrom(DestType, SrcType, Paths)) {
1244 Self.IsDerivedFrom(DestType, SrcType, Paths);
1345 if (!Self.IsDerivedFrom(SrcClass, DestClass, Paths)) {
1353 bool StillOkay = Self.IsDerivedFrom(SrcClass, DestClass, Paths);