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

/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp152 bool canReplaceText(SourceLocation loc, StringRef text);
222 if (!canReplaceText(act.Loc, act.Text1))
414 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { function in class:TransformActionsImpl
481 // canReplaceText already checked if loc points at text.

Completed in 37 milliseconds