Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp188 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToSubscriptGetCommon() local
192 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToSubscriptGetCommon()
195 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()), in rewriteToSubscriptGetCommon()
236 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToArraySubscriptSet() local
241 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToArraySubscriptSet()
247 commit.replaceWithInner(SourceRange(Arg1Range.getBegin(), MsgRange.getEnd()), in rewriteToArraySubscriptSet()
270 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToDictionarySubscriptSet() local
280 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToDictionarySubscriptSet()
283 commit.replaceWithInner(SourceRange(Arg0Range.getBegin(), MsgRange.getEnd()), in rewriteToDictionarySubscriptSet()
388 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToArrayLiteral() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
H A Dcore.d629 private struct MsgRange struct
655 private void formatString(A...)(MsgRange oRange, A args) in formatString() argument
670 auto dst = MsgRange(tl); in dummy()
952 auto writer = MsgRange(this); in memLogFunctions()
1000 auto writer = MsgRange(this); in memLogFunctions()
1051 auto writer = MsgRange(this); in memLogFunctions()
1098 auto writer = MsgRange(this); in memLogFunctions()
1168 auto writer = MsgRange(this); in synchronized()
1192 auto writer = MsgRange(this); in synchronized()
1237 auto writer = MsgRange(this); in synchronized()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/
H A Dcore.d632 private struct MsgRange struct
658 private void formatString(A...)(MsgRange oRange, A args) in formatString() argument
673 auto dst = MsgRange(tl); in dummy()
955 auto writer = MsgRange(this); in memLogFunctions()
1003 auto writer = MsgRange(this); in memLogFunctions()
1054 auto writer = MsgRange(this); in memLogFunctions()
1101 auto writer = MsgRange(this); in memLogFunctions()
1171 auto writer = MsgRange(this); in synchronized()
1195 auto writer = MsgRange(this); in synchronized()
1240 auto writer = MsgRange(this); in synchronized()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()