Searched refs:FixItEnd (Results 1 – 1 of 1) sorted by relevance
356 unsigned FixItStart = 0, FixItEnd = FixItInsertionLine.size(); in selectInterestingSourceRegion() local357 for (; FixItStart != FixItEnd; ++FixItStart) in selectInterestingSourceRegion()361 for (; FixItEnd != FixItStart; --FixItEnd) in selectInterestingSourceRegion()362 if (!isWhitespace(FixItInsertionLine[FixItEnd - 1])) in selectInterestingSourceRegion()370 = llvm::sys::locale::columnWidth(FixItInsertionLine.substr(0, FixItEnd)); in selectInterestingSourceRegion()