Searched defs:TransformActions (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DInternals.h48 class TransformActions { class in namespace:clang::arcmt
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,
H A DTransformActions.cpp148 void applyRewrites(TransformActions::RewriteReceiver &receiver);
557 TransformActions::RewriteReceiver &receiver) {
599 TransformActions::RewriteReceiver::~RewriteReceiver() { }
601 TransformActions::TransformActions(DiagnosticsEngine &diag, function in class:TransformActions
608 TransformActions::~TransformActions() {
612 void TransformActions::startTransaction() {
616 bool TransformActions::commitTransaction() {
620 void TransformActions
[all...]

Completed in 357 milliseconds