Home
last modified time | relevance | path

Searched refs:InitEnd (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2174 SourceLocation InitEnd = Init->getEndLoc(); in getSourceRange() local
2177 if (InitEnd.isValid() && InitEnd != getLocation()) in getSourceRange()
2178 return SourceRange(getOuterLocStart(), InitEnd); in getSourceRange()