Lines Matching defs:HasObjCBridgeMutableAttr
4157 bool HasObjCBridgeMutableAttr;
4160 SemaRef, castType, castExpr, HasObjCBridgeMutableAttr, false);
4161 if (ObjCBridgeMutableAttrWillNotWarn && HasObjCBridgeMutableAttr)
4167 else if (HasObjCBridgeMutableAttr)
4169 SemaRef, castType, castExpr, HasObjCBridgeMutableAttr, true);
4177 bool HasObjCBridgeMutableAttr;
4180 SemaRef, castType, castExpr, HasObjCBridgeMutableAttr, false);
4181 if (ObjCBridgeMutableAttrWillNotWarn && HasObjCBridgeMutableAttr)
4187 else if (HasObjCBridgeMutableAttr)
4189 SemaRef, castType, castExpr, HasObjCBridgeMutableAttr, true);