Searched refs:StartColNo (Results 1 – 1 of 1) sorted by relevance
970 unsigned StartColNo = R.StartCol; in highlightRange() local971 while (StartColNo < Map.getSourceLine().size() && in highlightRange()972 (Map.getSourceLine()[StartColNo] == ' ' || in highlightRange()973 Map.getSourceLine()[StartColNo] == '\t')) in highlightRange()974 StartColNo = Map.startOfNextColumn(StartColNo); in highlightRange()986 if (StartColNo > EndColNo) in highlightRange()990 StartColNo = Map.byteToContainingColumn(StartColNo); in highlightRange()993 assert(StartColNo <= EndColNo && "Invalid range!"); in highlightRange()996 std::fill(CaretLine.begin() + StartColNo, CaretLine.begin() + EndColNo, '~'); in highlightRange()