Searched refs:InitEnd (Results 1 – 1 of 1) sorted by relevance
2174 SourceLocation InitEnd = Init->getEndLoc(); in getSourceRange() local2177 if (InitEnd.isValid() && InitEnd != getLocation()) in getSourceRange()2178 return SourceRange(getOuterLocStart(), InitEnd); in getSourceRange()