Lines Matching refs:TA
180 TransformActions &TA = MigrateCtx.Pass.TA; in errorForGCAttrsOnNonObjC() local
188 TA.reportError("GC managed memory will become unmanaged in ARC", in errorForGCAttrsOnNonObjC()
196 TransformActions &TA = MigrateCtx.Pass.TA; in checkWeakGCAttrs() local
206 Transaction Trans(TA); in checkWeakGCAttrs()
208 TA.replaceText(Attr.Loc, "__weak", "__unsafe_unretained"); in checkWeakGCAttrs()
209 TA.clearDiagnostic(diag::err_arc_weak_no_runtime, in checkWeakGCAttrs()
259 TransformActions &TA = MigrateCtx.Pass.TA; in checkAllAtProps() local
260 Transaction Trans(TA); in checkAllAtProps()
288 TA.remove(Loc); in checkAllAtProps()
289 TA.clearDiagnostic(diag::err_objc_property_attr_mutually_exclusive, AtLoc); in checkAllAtProps()
290 TA.clearDiagnostic(diag::err_arc_inconsistent_property_ownership, in checkAllAtProps()