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

/openbsd-current/gnu/llvm/clang/include/clang/Edit/
H A DCommit.h137 bool canReplaceText(SourceLocation loc, StringRef text,
/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/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 133 milliseconds