Searched refs:InitEnd (Results 1 – 1 of 1) sorted by relevance
1736 SourceLocation InitEnd = Init->getLocEnd(); in getSourceRange() local1739 if (InitEnd.isValid() && InitEnd != getLocation()) in getSourceRange()1740 return SourceRange(getOuterLocStart(), InitEnd); in getSourceRange()