Searched refs:FixItEnd (Results 1 – 2 of 2) sorted by relevance
353 unsigned FixItStart = 0, FixItEnd = FixItInsertionLine.size(); in selectInterestingSourceRegion() local354 for (; FixItStart != FixItEnd; ++FixItStart) in selectInterestingSourceRegion()358 for (; FixItEnd != FixItStart; --FixItEnd) in selectInterestingSourceRegion()359 if (!isWhitespace(FixItInsertionLine[FixItEnd - 1])) in selectInterestingSourceRegion()367 = llvm::sys::locale::columnWidth(FixItInsertionLine.substr(0, FixItEnd)); in selectInterestingSourceRegion()
2124 SourceLocation FixItEnd = GetTrailingEndLocation(CommaRange.getBegin()); in ConstructFixItRangeForUnusedCapture() local2125 return SourceRange(CaptureRange.getBegin(), FixItEnd); in ConstructFixItRangeForUnusedCapture()2131 SourceLocation FixItEnd = GetTrailingEndLocation(CaptureRange.getEnd()); in ConstructFixItRangeForUnusedCapture() local2132 return SourceRange(FixItStart, FixItEnd); in ConstructFixItRangeForUnusedCapture()