Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp276 SourceLocation LocBeforeVal = Arg0Range.getBegin(); in rewriteToDictionarySubscriptSet() local
277 commit.insertBefore(LocBeforeVal, "] = "); in rewriteToDictionarySubscriptSet()
278 commit.insertFromRange(LocBeforeVal, Arg1Range, /*afterToken=*/false, in rewriteToDictionarySubscriptSet()
280 commit.insertBefore(LocBeforeVal, "["); in rewriteToDictionarySubscriptSet()