Searched refs:FixItStart (Results 1 – 2 of 2) sorted by relevance
353 unsigned FixItStart = 0, FixItEnd = FixItInsertionLine.size(); in selectInterestingSourceRegion() local354 for (; FixItStart != FixItEnd; ++FixItStart) in selectInterestingSourceRegion()355 if (!isWhitespace(FixItInsertionLine[FixItStart])) in selectInterestingSourceRegion()358 for (; FixItEnd != FixItStart; --FixItEnd) in selectInterestingSourceRegion()365 unsigned FixItStartCol = FixItStart; in selectInterestingSourceRegion()
2130 SourceLocation FixItStart = S.getLocForEndOfToken(PrevCaptureLoc); in ConstructFixItRangeForUnusedCapture() local2132 return SourceRange(FixItStart, FixItEnd); in ConstructFixItRangeForUnusedCapture()