Searched refs:StartColNo (Results 1 – 1 of 1) sorted by relevance
963 unsigned StartColNo = R.StartCol; in highlightRange() local964 while (StartColNo < Map.getSourceLine().size() && in highlightRange()965 (Map.getSourceLine()[StartColNo] == ' ' || in highlightRange()966 Map.getSourceLine()[StartColNo] == '\t')) in highlightRange()967 StartColNo = Map.startOfNextColumn(StartColNo); in highlightRange()979 if (StartColNo > EndColNo) in highlightRange()983 StartColNo = Map.byteToContainingColumn(StartColNo); in highlightRange()986 assert(StartColNo <= EndColNo && "Invalid range!"); in highlightRange()989 std::fill(CaretLine.begin() + StartColNo, CaretLine.begin() + EndColNo, '~'); in highlightRange()