Lines Matching refs:getCastKind
5139 if (ICE->getCastKind() == CK_IntegralCast || in checkFormatExpr()
5140 ICE->getCastKind() == CK_FloatingCast) { in checkFormatExpr()
6701 switch (cast<CastExpr>(E)->getCastKind()) { in EvalAddr()
7125 if (CE->getCastKind() == CK_NoOp || CE->getCastKind() == CK_LValueToRValue) in GetExprRange()
7130 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in GetExprRange()
7131 CE->getCastKind() == CK_BooleanToSignedIntegral; in GetExprRange()
7393 if (ICE->getCastKind() != CK_IntegralCast && in HasEnumType()
7394 ICE->getCastKind() != CK_NoOp) in HasEnumType()
8046 if (ICE->getCastKind() == CK_BitCast && in checkObjCCollectionLiteralElement()
9138 if (E->getCastKind() == CK_LValueToRValue) in VisitCastExpr()
9777 switch (cast->getCastKind()) { in findRetainCycleOwner()
10214 if (cast->getCastKind() == CK_ARCConsumeObject) { in checkUnsafeAssignObject()
10292 if (cast->getCastKind() == CK_ARCConsumeObject) { in checkUnsafeExprAssigns()
10864 ICE->getCastKind() == CK_BitCast) in CheckArgumentWithTypeTag()