Searched refs:InstantiationEnd (Results 1 – 1 of 1) sorted by relevance
1253 SourceLocation InstantiationEnd = SM.getExpansionLoc(Range.getEnd()); in HighlightRange() local1254 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()