Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DTextDiagnostic.cpp356 unsigned FixItStart = 0, FixItEnd = FixItInsertionLine.size(); in selectInterestingSourceRegion() local
357 for (; FixItStart != FixItEnd; ++FixItStart) in selectInterestingSourceRegion()
358 if (!isWhitespace(FixItInsertionLine[FixItStart])) in selectInterestingSourceRegion()
361 for (; FixItEnd != FixItStart; --FixItEnd) in selectInterestingSourceRegion()
368 unsigned FixItStartCol = FixItStart; in selectInterestingSourceRegion()