Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h88 void applyRewrites(EditsReceiver &receiver, bool adjustRemovals = true);
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h121 void applyRewrites(RewriteReceiver &receiver);
H A DARCMT.cpp587 TA.applyRewrites(applicator); in applyTransform()
H A DObjCMT.cpp1947 Editor->applyRewrites(Writer); in HandleTranslationUnit()
1953 Editor->applyRewrites(Rec); in HandleTranslationUnit()
2184 Editor.applyRewrites(Rec, /*adjustRemovals=*/false); in applyEditsToTemp()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp409 void EditedSource::applyRewrites(EditsReceiver &receiver, in applyRewrites() function in EditedSource
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp82 Editor.applyRewrites(Rec); in mergeFixits()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1272 editor.applyRewrites(rewrites_receiver); in RewriteExpression()