Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransformActions.cpp147 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 …]
H A DInternals.h49 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 Sema &sema, TransformActions &TA, in MigrationPass()
H A DTransGCAttrs.cpp180 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 DCMakeLists.txt30 TransformActions.cpp
H A DTransGCCalls.cpp37 TransformActions &TA = MigrateCtx.Pass.TA; in VisitCallExpr()
H A DARCMT.cpp315 TransformActions testAct(*Diags, capturedDiags, Ctx, Unit->getPreprocessor()); in checkForManualIssues()
464 class RewritesApplicator : public TransformActions::RewriteReceiver {
581 TransformActions TA(*Diags, capturedDiags, Ctx, Unit->getPreprocessor()); in applyTransform()
H A DTransZeroOutPropsInDealloc.cpp44 TransformActions &TA = Pass.TA; in VisitObjCMessageExpr()
H A DTransEmptyStatementsAndDealloc.cpp195 TransformActions &TA = pass.TA; in cleanupDeallocOrFinalize()
H A DTransUnbridgedCasts.cpp206 TransformActions &TA = Pass.TA; in rewriteToBridgedCast()
H A DTransforms.cpp520 TransformActions &TA = pass.TA; in GCRewriteFinalize()
/netbsd-src/external/apache2/llvm/lib/libclangARCMigrate/
H A DMakefile28 TransformActions.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/ARCMigrate/
H A DBUILD.gn35 "TransformActions.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td328 // TransformActions