Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DCommit.cpp167 if (!canReplaceText(loc, replacementText, Offs, Len)) { in replaceText()
322 bool Commit::canReplaceText(SourceLocation loc, StringRef text, in canReplaceText() function in Commit
/external/clang/lib/ARCMigrate/
DTransformActions.cpp155 bool canReplaceText(SourceLocation loc, StringRef text);
225 if (!canReplaceText(act.Loc, act.Text1)) in commitTransaction()
417 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { in canReplaceText() function in TransformActionsImpl
/external/clang/include/clang/Edit/
DCommit.h126 bool canReplaceText(SourceLocation loc, StringRef text,