Home | History | Annotate | Download | only in Core

Lines Matching refs:getCastKind

202       if (CE->getCastKind() == CK_DerivedToBase ||
203 CE->getCastKind() == CK_UncheckedDerivedToBase)
205 else if (CE->getCastKind() != CK_NoOp)
1865 if (!PE || PE->getCastKind() != CK_ArrayToPointerDecay) {