Home
last modified time | relevance | path

Searched refs:FixItStart (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()
355 if (!isWhitespace(FixItInsertionLine[FixItStart])) in selectInterestingSourceRegion()
358 for (; FixItEnd != FixItStart; --FixItEnd) in selectInterestingSourceRegion()
365 unsigned FixItStartCol = FixItStart; in selectInterestingSourceRegion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2130 SourceLocation FixItStart = S.getLocForEndOfToken(PrevCaptureLoc); in ConstructFixItRangeForUnusedCapture() local
2132 return SourceRange(FixItStart, FixItEnd); in ConstructFixItRangeForUnusedCapture()