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

/external/clang/include/clang/Edit/
H A DCommit.h126 bool canReplaceText(SourceLocation loc, StringRef text,
/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 101 milliseconds