Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Edit/
DCommit.cpp169 if (!canReplaceText(loc, replacementText, Offs, Len)) { in replaceText()
324 bool Commit::canReplaceText(SourceLocation loc, StringRef text, in canReplaceText() function in Commit
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Edit/
DCommit.h127 bool canReplaceText(SourceLocation loc, StringRef text,
/freebsd-9-stable/contrib/llvm/tools/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