Searched refs:EndColNo (Results 1 – 2 of 2) sorted by relevance
1006 if (EndColNo) { in highlightRange()1007 --EndColNo; // Zero base the col #. in highlightRange()1014 EndColNo = CaretLine.size(); in highlightRange()1030 EndColNo = map.getSourceLine().size(); in highlightRange()1031 while (EndColNo && in highlightRange()1034 EndColNo = map.startOfPreviousColumn(EndColNo); in highlightRange()1039 if (StartColNo > EndColNo) { in highlightRange()1041 StartColNo = EndColNo; in highlightRange()1050 EndColNo = map.byteToContainingColumn(EndColNo); in highlightRange()1053 if (CaretLine.size() < EndColNo) in highlightRange()[all …]
1073 unsigned EndColNo = SM.getExpansionColumnNumber(InstantiationEnd); in HighlightRange() local1074 unsigned OldEndColNo = EndColNo; in HighlightRange()1076 if (EndColNo) { in HighlightRange()1078 EndColNo += Lexer::MeasureTokenLength(Range.getEnd(), SM, LangOpts)-1; in HighlightRange()1085 InstantiationEnd.getLocWithOffset(EndColNo - OldEndColNo); in HighlightRange()