Searched refs:TransformActions (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransformActions.cpp | 603 TransformActions::RewriteReceiver::~RewriteReceiver() { } in ~RewriteReceiver() 605 TransformActions::TransformActions(DiagnosticsEngine &diag, in TransformActions() function in TransformActions 612 TransformActions::~TransformActions() { in ~TransformActions() 616 void TransformActions::startTransaction() { in startTransaction() 620 bool TransformActions::commitTransaction() { in commitTransaction() 624 void TransformActions::abortTransaction() { in abortTransaction() 633 void TransformActions::insertAfterToken(SourceLocation loc, in insertAfterToken() 638 void TransformActions::remove(SourceRange range) { in remove() 642 void TransformActions::removeStmt(Stmt *S) { in removeStmt() 650 void TransformActions::replace(SourceRange range, in replace() [all …]
|
| H A D | Internals.h | 49 class TransformActions { 55 TransformActions(DiagnosticsEngine &diag, CapturedDiagList &capturedDiags, 57 ~TransformActions(); 125 TransformActions &TA; 129 Transaction(TransformActions &TA) : TA(TA), Aborted(false) { in Transaction() 152 TransformActions &TA; 158 TransformActions &TA, const CapturedDiagList &capturedDiags, in MigrationPass()
|
| H A D | TransGCAttrs.cpp | 180 TransformActions &TA = MigrateCtx.Pass.TA; in errorForGCAttrsOnNonObjC() 196 TransformActions &TA = MigrateCtx.Pass.TA; in checkWeakGCAttrs() 259 TransformActions &TA = MigrateCtx.Pass.TA; in checkAllAtProps()
|
| H A D | CMakeLists.txt | 30 TransformActions.cpp
|
| H A D | TransGCCalls.cpp | 37 TransformActions &TA = MigrateCtx.Pass.TA; in VisitCallExpr()
|
| H A D | ARCMT.cpp | 313 TransformActions testAct(*Diags, capturedDiags, Ctx, Unit->getPreprocessor()); in checkForManualIssues() 462 class RewritesApplicator : public TransformActions::RewriteReceiver { 579 TransformActions TA(*Diags, capturedDiags, Ctx, Unit->getPreprocessor()); in applyTransform()
|
| H A D | TransZeroOutPropsInDealloc.cpp | 44 TransformActions &TA = Pass.TA; in VisitObjCMessageExpr()
|
| H A D | TransEmptyStatementsAndDealloc.cpp | 195 TransformActions &TA = pass.TA; in cleanupDeallocOrFinalize()
|
| H A D | TransUnbridgedCasts.cpp | 205 TransformActions &TA = Pass.TA; in rewriteToBridgedCast()
|
| H A D | Transforms.cpp | 518 TransformActions &TA = pass.TA; in GCRewriteFinalize()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/ARCMigrate/ |
| H A D | BUILD.gn | 35 "TransformActions.cpp",
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticCommonKinds.td | 351 // TransformActions
|