Home
last modified time | relevance | path

Searched refs:TransformActions (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransformActions.cpp602 TransformActions::RewriteReceiver::~RewriteReceiver() { } in ~RewriteReceiver()
604 TransformActions::TransformActions(DiagnosticsEngine &diag, in TransformActions() function in TransformActions
611 TransformActions::~TransformActions() { in ~TransformActions()
615 void TransformActions::startTransaction() { in startTransaction()
619 bool TransformActions::commitTransaction() { in commitTransaction()
623 void TransformActions::abortTransaction() { in abortTransaction()
632 void TransformActions::insertAfterToken(SourceLocation loc, in insertAfterToken()
637 void TransformActions::remove(SourceRange range) { in remove()
641 void TransformActions::removeStmt(Stmt *S) { in removeStmt()
649 void TransformActions::replace(SourceRange range, in replace()
[all …]
H A DInternals.h48 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()
H A DTransGCAttrs.cpp178 TransformActions &TA = MigrateCtx.Pass.TA; in errorForGCAttrsOnNonObjC()
194 TransformActions &TA = MigrateCtx.Pass.TA; in checkWeakGCAttrs()
258 TransformActions &TA = MigrateCtx.Pass.TA; in checkAllAtProps()
H A DTransGCCalls.cpp38 TransformActions &TA = MigrateCtx.Pass.TA; in VisitCallExpr()
H A DARCMT.cpp315 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 DTransZeroOutPropsInDealloc.cpp45 TransformActions &TA = Pass.TA; in VisitObjCMessageExpr()
H A DTransEmptyStatementsAndDealloc.cpp197 TransformActions &TA = pass.TA; in cleanupDeallocOrFinalize()
H A DTransUnbridgedCasts.cpp207 TransformActions &TA = Pass.TA; in rewriteToBridgedCast()
H A DTransforms.cpp519 TransformActions &TA = pass.TA; in GCRewriteFinalize()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td276 // TransformActions
/freebsd-12.1/lib/clang/libclang/
H A DMakefile41 SRCS_FUL+= ARCMigrate/TransformActions.cpp