Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransformActions.cpp147 void applyRewrites(TransformActions::RewriteReceiver &receiver);
557 void TransformActionsImpl::applyRewrites( in applyRewrites() function in TransformActionsImpl
676 void TransformActions::applyRewrites(RewriteReceiver &receiver) { in applyRewrites() function in TransformActions
677 static_cast<TransformActionsImpl*>(Impl)->applyRewrites(receiver); in applyRewrites()
H A DInternals.h121 void applyRewrites(RewriteReceiver &receiver);
H A DObjCMT.cpp1953 Editor->applyRewrites(Writer); in HandleTranslationUnit()
1959 Editor->applyRewrites(Rec); in HandleTranslationUnit()
2190 Editor.applyRewrites(Rec, /*adjustRemovals=*/false); in applyEditsToTemp()
H A DARCMT.cpp589 TA.applyRewrites(applicator); in applyTransform()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h88 void applyRewrites(EditsReceiver &receiver, bool adjustRemovals = true);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp86 Editor.applyRewrites(Rec); in WriteFixedFiles()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp409 void EditedSource::applyRewrites(EditsReceiver &receiver, in applyRewrites() function in EditedSource
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp83 Editor.applyRewrites(Rec); in mergeFixits()