Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp355 unsigned FixItStart = 0, FixItEnd = FixItInsertionLine.size(); in selectInterestingSourceRegion() local
356 for (; FixItStart != FixItEnd; ++FixItStart) in selectInterestingSourceRegion()
357 if (!isWhitespace(FixItInsertionLine[FixItStart])) in selectInterestingSourceRegion()
360 for (; FixItEnd != FixItStart; --FixItEnd) in selectInterestingSourceRegion()
367 unsigned FixItStartCol = FixItStart; in selectInterestingSourceRegion()