Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp987 unsigned StartLineNo = SM.getExpansionLineNumber(Begin); in highlightRange() local
988 if (StartLineNo > LineNo || SM.getFileID(Begin) != FID) in highlightRange()
997 if (StartLineNo == LineNo) { in highlightRange()
1040 assert(StartLineNo != EndLineNo && "trying to highlight whitespace"); in highlightRange()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1060 unsigned StartLineNo = SM.getExpansionLineNumber(InstantiationStart); in HighlightRange() local
1065 if (EndLineNo < StartLineNo) in HighlightRange()