Home | History | Annotate | Download | only in Sema

Lines Matching refs:castExprType

3174   QualType castExprType = castExpr->getType();
3179 ObjCBridgeRelatedAttrFromType(castExprType, TDNDecl)))
3187 srcKind = (castExprType->isPointerType() ? 1 : 0);
3190 srcKind = (castExprType->isBlockPointerType() ? 2 : 3);
3207 << castExprType
3230 S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer) << castExprType :
3233 << castExprType << br;
3248 << unsigned(castExprType->isBlockPointerType()) // of ObjC|block type
3249 << castExprType
3285 << srcKind << castExprType << castType
3660 QualType castExprType = castExpr->getType();
3668 ARCConversionTypeClass exprACTC = classifyTypeForARCConversion(castExprType);
3675 (castType != castExprType)) {