Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCastKind

1632       if (CE->getCastKind() == CK_DerivedToBase || 
1633 CE->getCastKind() == CK_UncheckedDerivedToBase ||
1634 CE->getCastKind() == CK_NoOp) {
1660 if (CE->getCastKind() == CK_NoOp) {