Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:TA

113       Transaction Trans(Pass.TA);
116 Pass.TA.removeStmt(info.Dcl);
127 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
128 Pass.TA.removeStmt(*scope.End);
136 Pass.TA.insertAfterToken(afterSemi, "\n}");
137 Pass.TA.increaseIndentation(
142 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
143 Pass.TA.replaceStmt(*scope.End, "}");
144 Pass.TA.increaseIndentation(scope.getIndentedRange(),
158 Pass.TA.removeStmt(*relI);
220 Pass.TA.clearDiagnostic(diag::err_unavailable,
327 Pass.TA.reportError("a name is referenced outside the "
329 Pass.TA.reportNote("name declared here", declarationLoc);
330 Pass.TA.reportNote("intended @autoreleasepool scope begins here",
332 Pass.TA.reportNote("intended @autoreleasepool scope ends here",