Searched refs:applyRewrites (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/Edit/
H A DEditedSource.h62 void applyRewrites(EditsReceiver &receiver);
/external/clang/lib/ARCMigrate/
H A DInternals.h120 void applyRewrites(RewriteReceiver &receiver);
H A DTransformActions.cpp23 /// with applyRewrites(). E.g. if the same source range
148 void applyRewrites(TransformActions::RewriteReceiver &receiver);
556 void TransformActionsImpl::applyRewrites( function in class:TransformActionsImpl
672 void TransformActions::applyRewrites(RewriteReceiver &receiver) { function in class:TransformActions
673 static_cast<TransformActionsImpl*>(Impl)->applyRewrites(receiver);
H A DARCMT.cpp579 TA.applyRewrites(applicator);
H A DObjCMT.cpp1812 Editor->applyRewrites(Writer);
1818 Editor->applyRewrites(Rec);
2059 Editor.applyRewrites(Rec);
/external/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp83 Editor.applyRewrites(Rec);
/external/clang/lib/Edit/
H A DEditedSource.cpp330 void EditedSource::applyRewrites(EditsReceiver &receiver) { function in class:EditedSource
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp119 Editor.applyRewrites(Rec);

Completed in 128 milliseconds