Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getCastKind

1059       if ((CE->getCastKind() == CK_DerivedToBase ||
1060 CE->getCastKind() == CK_UncheckedDerivedToBase ||
1061 CE->getCastKind() == CK_NoOp) &&