Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDerivedFrom

631   if (DestRecord && Self.IsDerivedFrom(SrcPointee, DestPointee)) {
992 if (!Self.IsDerivedFrom(SrcExpr->getType(), R->getPointeeType(), Paths))
1089 if (!Self.IsDerivedFrom(DestType, SrcType, Paths)) {
1125 Self.IsDerivedFrom(DestType, SrcType, Paths);
1226 if (!Self.IsDerivedFrom(SrcClass, DestClass, Paths)) {
1234 bool StillOkay = Self.IsDerivedFrom(SrcClass, DestClass, Paths);