Searched refs:TransformActions (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 148 void applyRewrites(TransformActions::RewriteReceiver &receiver); 557 TransformActions::RewriteReceiver &receiver) { in applyRewrites() 598 TransformActions::RewriteReceiver::~RewriteReceiver() { } in ~RewriteReceiver() 600 TransformActions::TransformActions(DiagnosticsEngine &diag, in TransformActions() function in TransformActions 607 TransformActions::~TransformActions() { in ~TransformActions() 611 void TransformActions::startTransaction() { in startTransaction() 615 bool TransformActions::commitTransaction() { in commitTransaction() 619 void TransformActions::abortTransaction() { in abortTransaction() 624 void TransformActions::insert(SourceLocation loc, StringRef text) { in insert() 628 void TransformActions::insertAfterToken(SourceLocation loc, in insertAfterToken() [all …]
|
D | Internals.h | 48 class TransformActions { 54 TransformActions(DiagnosticsEngine &diag, CapturedDiagList &capturedDiags, 56 ~TransformActions(); 124 TransformActions &TA; 128 Transaction(TransformActions &TA) : TA(TA), Aborted(false) { in Transaction() 151 TransformActions &TA; 157 Sema &sema, TransformActions &TA, in MigrationPass()
|
D | CMakeLists.txt | 24 TransformActions.cpp
|
D | TransGCAttrs.cpp | 185 TransformActions &TA = MigrateCtx.Pass.TA; in errorForGCAttrsOnNonObjC() 201 TransformActions &TA = MigrateCtx.Pass.TA; in checkWeakGCAttrs() 265 TransformActions &TA = MigrateCtx.Pass.TA; in checkAllAtProps()
|
D | Android.mk | 29 TransformActions.cpp \
|
D | TransGCCalls.cpp | 38 TransformActions &TA = MigrateCtx.Pass.TA; in VisitCallExpr()
|
D | ARCMT.cpp | 310 TransformActions testAct(*Diags, capturedDiags, Ctx, Unit->getPreprocessor()); in checkForManualIssues() 457 class RewritesApplicator : public TransformActions::RewriteReceiver { 571 TransformActions TA(*Diags, capturedDiags, Ctx, Unit->getPreprocessor()); in applyTransform()
|
D | TransZeroOutPropsInDealloc.cpp | 45 TransformActions &TA = Pass.TA; in VisitObjCMessageExpr()
|
D | TransEmptyStatementsAndDealloc.cpp | 199 TransformActions &TA = pass.TA; in cleanupDeallocOrFinalize()
|
D | TransUnbridgedCasts.cpp | 207 TransformActions &TA = Pass.TA; in rewriteToBridgedCast()
|
D | Transforms.cpp | 528 TransformActions &TA = pass.TA; in GCRewriteFinalize()
|
/external/clang/include/clang/Basic/ |
D | DiagnosticCommonKinds.td | 160 // TransformActions
|
/external/clang/patches/ |
D | 0004-Add-Android-build-system.patch | 565 + TransformActions.cpp \
|