Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp86 commit.replaceWithInner(Msg->getSourceRange(), in rewriteObjCRedundantCallWithLiteral()
403 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToArrayLiteral()
425 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToArrayLiteral()
519 commit.replaceWithInner(MsgRange, ValRange); in rewriteToDictionaryLiteral()
556 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToDictionaryLiteral()
596 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToDictionaryLiteral()
651 commit.replaceWithInner(Msg->getSourceRange(), ArgRange); in rewriteToCharLiteral()
665 commit.replaceWithInner(Msg->getSourceRange(), ArgRange); in rewriteToBoolLiteral()
833 commit.replaceWithInner(Msg->getSourceRange(), ArgRange); in rewriteToNumberLiteral()
1111 commit.replaceWithInner(Msg->getSourceRange(), ArgRange); in rewriteToNumericBoxedExpression()
[all …]
H A DCommit.cpp132 bool Commit::replaceWithInner(CharSourceRange range, in replaceWithInner() function in Commit
/freebsd-14.2/contrib/llvm-project/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()