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