Searched refs:InstantiationEnd (Results 1 – 1 of 1) sorted by relevance
1252 SourceLocation InstantiationEnd = SM.getExpansionLoc(Range.getEnd()); in HighlightRange() local1253 unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd); in HighlightRange()1259 SM.getFileID(InstantiationEnd) != BugFileID) in HighlightRange()1263 unsigned EndColNo = SM.getExpansionColumnNumber(InstantiationEnd); in HighlightRange()1275 InstantiationEnd.getLocWithOffset(EndColNo - OldEndColNo); in HighlightRange()