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

/external/clang/lib/Edit/
H A DCommit.cpp167 if (!canReplaceText(loc, replacementText, Offs, Len)) {
322 bool Commit::canReplaceText(SourceLocation loc, StringRef text, function in class:Commit
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp155 bool canReplaceText(SourceLocation loc, StringRef text);
225 if (!canReplaceText(act.Loc, act.Text1))
417 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { function in class:TransformActionsImpl
484 // canReplaceText already checked if loc points at text.

Completed in 2835 milliseconds