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

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

Completed in 152 milliseconds