HomeSort by relevance Sort by last modified time
    Searched refs:TransformActions (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/ARCMigrate/
Internals.h 48 class TransformActions {
54 TransformActions(DiagnosticsEngine &diag, CapturedDiagList &capturedDiags,
56 ~TransformActions();
124 TransformActions &TA;
128 Transaction(TransformActions &TA) : TA(TA), Aborted(false) {
151 TransformActions &TA;
157 Sema &sema, TransformActions &TA,
TransformActions.cpp 148 void applyRewrites(TransformActions::RewriteReceiver &receiver);
557 TransformActions::RewriteReceiver &receiver) {
598 TransformActions::RewriteReceiver::~RewriteReceiver() { }
600 TransformActions::TransformActions(DiagnosticsEngine &diag,
607 TransformActions::~TransformActions() {
611 void TransformActions::startTransaction() {
615 bool TransformActions::commitTransaction() {
619 void TransformActions::abortTransaction()
    [all...]
Android.mk 29 TransformActions.cpp \
TransGCCalls.cpp 38 TransformActions &TA = MigrateCtx.Pass.TA;
TransGCAttrs.cpp 185 TransformActions &TA = MigrateCtx.Pass.TA;
201 TransformActions &TA = MigrateCtx.Pass.TA;
265 TransformActions &TA = MigrateCtx.Pass.TA;
ARCMT.cpp 310 TransformActions testAct(*Diags, capturedDiags, Ctx, Unit->getPreprocessor());
457 class RewritesApplicator : public TransformActions::RewriteReceiver {
571 TransformActions TA(*Diags, capturedDiags, Ctx, Unit->getPreprocessor());
TransEmptyStatementsAndDealloc.cpp 199 TransformActions &TA = pass.TA;
TransZeroOutPropsInDealloc.cpp 45 TransformActions &TA = Pass.TA;
TransUnbridgedCasts.cpp 207 TransformActions &TA = Pass.TA;
Transforms.cpp 528 TransformActions &TA = pass.TA;

Completed in 302 milliseconds