Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp85 commit.replaceWithInner(Msg->getSourceRange(), in rewriteObjCRedundantCallWithLiteral()
402 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToArrayLiteral()
424 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToArrayLiteral()
518 commit.replaceWithInner(MsgRange, ValRange); in rewriteToDictionaryLiteral()
555 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToDictionaryLiteral()
595 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToDictionaryLiteral()
650 commit.replaceWithInner(Msg->getSourceRange(), ArgRange); in rewriteToCharLiteral()
664 commit.replaceWithInner(Msg->getSourceRange(), ArgRange); in rewriteToBoolLiteral()
832 commit.replaceWithInner(Msg->getSourceRange(), ArgRange); in rewriteToNumberLiteral()
1110 commit.replaceWithInner(Msg->getSourceRange(), ArgRange); in rewriteToNumericBoxedExpression()
[all …]
H A DCommit.cpp132 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner() function in Commit
/llvm-project-15.0.7/clang/include/clang/Edit/
H A DCommit.h91 bool replaceWithInner(CharSourceRange range, CharSourceRange innerRange);
114 bool replaceWithInner(SourceRange TokenRange, SourceRange TokenInnerRange) { in replaceWithInner() function
115 return replaceWithInner(CharSourceRange::getTokenRange(TokenRange), in replaceWithInner()