Home | History | Annotate | Download | only in Core

Lines Matching refs:getCastKind

212       if (CE->getCastKind() == CK_DerivedToBase ||
213 CE->getCastKind() == CK_UncheckedDerivedToBase)
215 else if (CE->getCastKind() != CK_NoOp)
2030 if (!PE || PE->getCastKind() != CK_ArrayToPointerDecay) {