Home
last modified time | relevance | path

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

/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp160 void commitReplace(SourceRange range, SourceRange replacementRange);
259 commitReplace(act.R1, act.R2); in commitTransaction()
464 void TransformActionsImpl::commitReplace(SourceRange range, in commitReplace() function in TransformActionsImpl