Searched refs:InstantiationEnd (Results 1 – 1 of 1) sorted by relevance
1255 SourceLocation InstantiationEnd = SM.getExpansionLoc(Range.getEnd()); in HighlightRange() local1256 unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd); in HighlightRange()1262 SM.getFileID(InstantiationEnd) != BugFileID) in HighlightRange()1266 unsigned EndColNo = SM.getExpansionColumnNumber(InstantiationEnd); in HighlightRange()1278 InstantiationEnd.getLocWithOffset(EndColNo - OldEndColNo); in HighlightRange()