Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCastKind

1620       if (CE->getCastKind() == CK_DerivedToBase || 
1621 CE->getCastKind() == CK_UncheckedDerivedToBase ||
1622 CE->getCastKind() == CK_NoOp) {
1648 if (CE->getCastKind() == CK_NoOp) {