Searched refs:StartColNo (Results 1 – 1 of 1) sorted by relevance
972 unsigned StartColNo = R.StartCol; in highlightRange() local973 while (StartColNo < Map.getSourceLine().size() && in highlightRange()974 (Map.getSourceLine()[StartColNo] == ' ' || in highlightRange()975 Map.getSourceLine()[StartColNo] == '\t')) in highlightRange()976 StartColNo = Map.startOfNextColumn(StartColNo); in highlightRange()988 if (StartColNo > EndColNo) in highlightRange()992 StartColNo = Map.byteToContainingColumn(StartColNo); in highlightRange()995 assert(StartColNo <= EndColNo && "Invalid range!"); in highlightRange()998 std::fill(CaretLine.begin() + StartColNo, CaretLine.begin() + EndColNo, '~'); in highlightRange()