Home | History | Annotate | Download | only in AST

Lines Matching refs:getCastKind

1138   switch (getCastKind()) {
1237 switch (getCastKind()) {
1364 if (E->getCastKind() == CK_ConstructorConversion)
1366 else if (E->getCastKind() == CK_UserDefinedConversion)
1896 if (CE->getCastKind() == CK_ToVoid ||
1897 CE->getCastKind() == CK_ConstructorConversion)
2072 if (P->getCastKind() == CK_LValueToRValue) {
2218 if (ICE->getCastKind() == CK_NoOp)
2228 if (ICE->getCastKind() == CK_NoOp)
2257 switch (cast<ImplicitCastExpr>(E)->getCastKind()) {
2288 if (ICE->getCastKind() == CK_NoOp ||
2289 ICE->getCastKind() == CK_LValueToRValue ||
2290 ICE->getCastKind() == CK_DerivedToBase ||
2291 ICE->getCastKind() == CK_UncheckedDerivedToBase) {
2424 if (CE->getCastKind() == CK_NonAtomicToAtomic ||
2425 CE->getCastKind() == CK_AtomicToNonAtomic)
2429 if (getType()->isVectorType() && CE->getCastKind() == CK_BitCast)
2434 if (CE->getCastKind() == CK_NoOp ||
2435 CE->getCastKind() == CK_LValueToRValue ||
2436 CE->getCastKind() == CK_ToUnion ||
2437 CE->getCastKind() == CK_ConstructorConversion)
2620 if (ICE->getCastKind() == CK_LValueToRValue ||
2621 (ICE->getValueKind() != VK_RValue && ICE->getCastKind() == CK_NoOp))
2653 ICE->getCastKind() == CK_NoOp)