Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DSourceMgr.cpp311 unsigned LastCol; in buildFixItLine() local
313 LastCol = LineEnd - LineStart; in buildFixItLine()
315 LastCol = R.End.getPointer() - LineStart; in buildFixItLine()
317 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()