Searched refs:canReplaceText (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Edit/ |
D | Commit.cpp | 167 if (!canReplaceText(loc, replacementText, Offs, Len)) { in replaceText() 322 bool Commit::canReplaceText(SourceLocation loc, StringRef text, in canReplaceText() function in Commit
|
/external/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
|
/external/clang/include/clang/Edit/ |
D | Commit.h | 126 bool canReplaceText(SourceLocation loc, StringRef text,
|