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 {
55 TransformActions(DiagnosticsEngine &diag, CapturedDiagList &capturedDiags,
57 ~TransformActions();
121 TransformActions &TA;
125 Transaction(TransformActions &TA) : TA(TA), Aborted(false) {
148 TransformActions &TA;
154 Sema &sema, TransformActions &TA,
TransformActions.cpp 148 void applyRewrites(TransformActions::RewriteReceiver &receiver);
557 TransformActions::RewriteReceiver &receiver) {
599 TransformActions::RewriteReceiver::~RewriteReceiver() { }
601 TransformActions::TransformActions(DiagnosticsEngine &diag,
608 TransformActions::~TransformActions() {
612 void TransformActions::startTransaction() {
616 bool TransformActions::commitTransaction() {
620 void TransformActions::abortTransaction()
    [all...]
Android.mk 31 TransformActions.cpp \
TransGCCalls.cpp 38 TransformActions &TA = MigrateCtx.Pass.TA;
TransGCAttrs.cpp 187 TransformActions &TA = MigrateCtx.Pass.TA;
203 TransformActions &TA = MigrateCtx.Pass.TA;
267 TransformActions &TA = MigrateCtx.Pass.TA;
ARCMT.cpp 312 TransformActions testAct(*Diags, capturedDiags, Ctx, Unit->getPreprocessor());
512 class RewritesApplicator : public TransformActions::RewriteReceiver {
627 TransformActions TA(*Diags, capturedDiags, Ctx, Unit->getPreprocessor());
TransEmptyStatementsAndDealloc.cpp 202 TransformActions &TA = pass.TA;
TransZeroOutPropsInDealloc.cpp 45 TransformActions &TA = Pass.TA;
TransUnbridgedCasts.cpp 199 TransformActions &TA = Pass.TA;
Transforms.cpp 526 TransformActions &TA = pass.TA;

Completed in 152 milliseconds