Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp608 SourceLocation InstantiationEnd = SM.getExpansionLoc(Range.getEnd()); in HighlightRange() local
609 unsigned EndLineNo = SM.getExpansionLineNumber(InstantiationEnd); in HighlightRange()
615 SM.getFileID(InstantiationEnd) != BugFileID) in HighlightRange()
619 unsigned EndColNo = SM.getExpansionColumnNumber(InstantiationEnd); in HighlightRange()
631 InstantiationEnd.getLocWithOffset(EndColNo - OldEndColNo); in HighlightRange()