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

  /external/clang/lib/ARCMigrate/
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...]
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,

Completed in 38 milliseconds