Lines Matching refs:getCastKind
4255 if (ICE->getCastKind() == CK_IntegralCast || in checkFormatExpr()
4256 ICE->getCastKind() == CK_FloatingCast) { in checkFormatExpr()
5810 switch (cast<CastExpr>(E)->getCastKind()) { in EvalAddr()
6232 if (CE->getCastKind() == CK_NoOp || CE->getCastKind() == CK_LValueToRValue) in GetExprRange()
6237 bool isIntegerCast = (CE->getCastKind() == CK_IntegralCast); in GetExprRange()
6499 if (ICE->getCastKind() != CK_IntegralCast && in HasEnumType()
6500 ICE->getCastKind() != CK_NoOp) in HasEnumType()
7083 if (ICE->getCastKind() == CK_BitCast && in checkObjCCollectionLiteralElement()
8105 if (E->getCastKind() == CK_LValueToRValue) in VisitCastExpr()
8754 switch (cast->getCastKind()) { in findRetainCycleOwner()
9192 if (cast->getCastKind() == CK_ARCConsumeObject) { in checkUnsafeAssignObject()
9270 if (cast->getCastKind() == CK_ARCConsumeObject) { in checkUnsafeExprAssigns()
9843 ICE->getCastKind() == CK_BitCast) in CheckArgumentWithTypeTag()