Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1006 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 …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1073 unsigned EndColNo = SM.getExpansionColumnNumber(InstantiationEnd); in HighlightRange() local
1074 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()