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