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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h137 bool canReplaceText(SourceLocation loc, StringRef text,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp172 if (!canReplaceText(loc, replacementText, Offs, Len)) {
323 bool Commit::canReplaceText(SourceLocation loc, StringRef text, function in class:Commit
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp154 bool canReplaceText(SourceLocation loc, StringRef text);
224 if (!canReplaceText(act.Loc, act.Text1))
418 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { function in class:TransformActionsImpl
485 // canReplaceText already checked if loc points at text.

Completed in 71 milliseconds