Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp275 SourceLocation LocBeforeVal = Arg0Range.getBegin(); in rewriteToDictionarySubscriptSet() local
276 commit.insertBefore(LocBeforeVal, "] = "); in rewriteToDictionarySubscriptSet()
277 commit.insertFromRange(LocBeforeVal, Arg1Range, /*afterToken=*/false, in rewriteToDictionarySubscriptSet()
279 commit.insertBefore(LocBeforeVal, "["); in rewriteToDictionarySubscriptSet()