Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp353 unsigned FixItStart = 0, FixItEnd = FixItInsertionLine.size(); in selectInterestingSourceRegion() local
354 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2124 SourceLocation FixItEnd = GetTrailingEndLocation(CommaRange.getBegin()); in ConstructFixItRangeForUnusedCapture() local
2125 return SourceRange(CaptureRange.getBegin(), FixItEnd); in ConstructFixItRangeForUnusedCapture()
2131 SourceLocation FixItEnd = GetTrailingEndLocation(CaptureRange.getEnd()); in ConstructFixItRangeForUnusedCapture() local
2132 return SourceRange(FixItStart, FixItEnd); in ConstructFixItRangeForUnusedCapture()