Searched refs:TransformActions (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | TransformActions.cpp | 147 void applyRewrites(TransformActions::RewriteReceiver &receiver); 558 TransformActions::RewriteReceiver &receiver) { in applyRewrites() 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() 629 void TransformActions::insert(SourceLocation loc, StringRef text) { in insert() 633 void TransformActions::insertAfterToken(SourceLocation loc, in insertAfterToken() [all …]
|
| HD | 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()
|
| HD | 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()
|
| HD | TransGCCalls.cpp | 37 TransformActions &TA = MigrateCtx.Pass.TA; in VisitCallExpr()
|
| HD | 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()
|
| HD | TransZeroOutPropsInDealloc.cpp | 44 TransformActions &TA = Pass.TA; in VisitObjCMessageExpr()
|
| HD | TransEmptyStatementsAndDealloc.cpp | 195 TransformActions &TA = pass.TA; in cleanupDeallocOrFinalize()
|
| HD | TransUnbridgedCasts.cpp | 205 TransformActions &TA = Pass.TA; in rewriteToBridgedCast()
|
| HD | Transforms.cpp | 519 TransformActions &TA = pass.TA; in GCRewriteFinalize()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | DiagnosticCommonKinds.td | 409 // TransformActions
|
| /freebsd-13-stable/lib/clang/libclang/ |
| HD | Makefile | 51 SRCS_FUL+= ARCMigrate/TransformActions.cpp
|