Searched refs:canReplaceText (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Edit/ |
| D | Commit.cpp | 169 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/ |
| D | Commit.h | 127 bool canReplaceText(SourceLocation loc, StringRef text,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| D | TransformActions.cpp | 155 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
|