Lines Matching defs:HasObjCBridgeMutableAttr
4146 bool HasObjCBridgeMutableAttr;
4149 SemaRef, castType, castExpr, HasObjCBridgeMutableAttr, false);
4150 if (ObjCBridgeMutableAttrWillNotWarn && HasObjCBridgeMutableAttr)
4156 else if (HasObjCBridgeMutableAttr)
4158 SemaRef, castType, castExpr, HasObjCBridgeMutableAttr, true);
4166 bool HasObjCBridgeMutableAttr;
4169 SemaRef, castType, castExpr, HasObjCBridgeMutableAttr, false);
4170 if (ObjCBridgeMutableAttrWillNotWarn && HasObjCBridgeMutableAttr)
4176 else if (HasObjCBridgeMutableAttr)
4178 SemaRef, castType, castExpr, HasObjCBridgeMutableAttr, true);