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