Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp510 SourceRange ValRange = Msg->getArg(0)->getSourceRange(); in rewriteToDictionaryLiteral() local
513 commit.insertBefore(ValRange.getBegin(), ": "); in rewriteToDictionaryLiteral()
514 commit.insertFromRange(ValRange.getBegin(), in rewriteToDictionaryLiteral()
517 commit.insertBefore(ValRange.getBegin(), "@{"); in rewriteToDictionaryLiteral()
518 commit.insertAfterToken(ValRange.getEnd(), "}"); in rewriteToDictionaryLiteral()
519 commit.replaceWithInner(MsgRange, ValRange); in rewriteToDictionaryLiteral()
542 SourceRange ValRange = Msg->getArg(i)->getSourceRange(); in rewriteToDictionaryLiteral() local
546 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()
547 commit.remove(CharSourceRange::getCharRange(ValRange.getBegin(), in rewriteToDictionaryLiteral()
586 SourceRange ValRange = Vals[i]->getSourceRange(); in rewriteToDictionaryLiteral() local
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2743 ValRange); in ParseDirectiveAMDHSAKernel()
2748 ValRange); in ParseDirectiveAMDHSAKernel()
2758 ValRange); in ParseDirectiveAMDHSAKernel()
2763 ValRange); in ParseDirectiveAMDHSAKernel()
2774 ValRange); in ParseDirectiveAMDHSAKernel()
2778 ValRange); in ParseDirectiveAMDHSAKernel()
2782 ValRange); in ParseDirectiveAMDHSAKernel()
2796 VGPRRange = ValRange; in ParseDirectiveAMDHSAKernel()
2799 SGPRRange = ValRange; in ParseDirectiveAMDHSAKernel()
2848 ValRange); in ParseDirectiveAMDHSAKernel()
[all …]