Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1253 SourceLocation InstantiationEnd = SM.getExpansionLoc(Range.getEnd()); in HighlightRange() local
1254 unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd); in HighlightRange()
1260 SM.getFileID(InstantiationEnd) != BugFileID) in HighlightRange()
1264 unsigned EndColNo = SM.getExpansionColumnNumber(InstantiationEnd); in HighlightRange()
1276 InstantiationEnd.getLocWithOffset(EndColNo - OldEndColNo); in HighlightRange()