Searched refs:InstantiationEnd (Results 1 – 1 of 1) sorted by relevance
1242 SourceLocation InstantiationEnd = SM.getExpansionLoc(Range.getEnd()); in HighlightRange() local1243 unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd); in HighlightRange()1249 SM.getFileID(InstantiationEnd) != BugFileID) in HighlightRange()1253 unsigned EndColNo = SM.getExpansionColumnNumber(InstantiationEnd); in HighlightRange()1265 InstantiationEnd.getLocWithOffset(EndColNo - OldEndColNo); in HighlightRange()