OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canReplaceText
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Edit/
Commit.cpp
167
if (!
canReplaceText
(loc, replacementText, Offs, Len)) {
322
bool Commit::
canReplaceText
(SourceLocation loc, StringRef text,
/external/clang/lib/ARCMigrate/
TransformActions.cpp
155
bool
canReplaceText
(SourceLocation loc, StringRef text);
225
if (!
canReplaceText
(act.Loc, act.Text1))
417
bool TransformActionsImpl::
canReplaceText
(SourceLocation loc, StringRef text) {
484
//
canReplaceText
already checked if loc points at text.
Completed in 437 milliseconds