Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransformActions.cpp154 bool canReplaceRange(SourceRange range, SourceRange replacementRange);
221 if (!canReplaceRange(act.R1, act.R2)) in commitTransaction()
412 bool TransformActionsImpl::canReplaceRange(SourceRange range, in canReplaceRange() function in TransformActionsImpl