Home
last modified time | relevance | path

Searched refs:MsgRange (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp188 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToSubscriptGetCommon() local
236 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToArraySubscriptSet() local
270 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToDictionarySubscriptSet() local
388 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToArrayLiteral() local
393 commit.replace(MsgRange, "@[]"); in rewriteToArrayLiteral()
402 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToArrayLiteral()
419 commit.replace(MsgRange, "@[]"); in rewriteToArrayLiteral()
492 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToDictionaryLiteral() local
497 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral()
533 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral()
[all …]
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp256 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToPropertyDotSyntax() local
284 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax()
285 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax()
308 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax()
309 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax()