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.cpp2191 SourceLocation InitEnd = Init->getEndLoc(); in getSourceRange() local
2194 if (InitEnd.isValid() && InitEnd != getLocation()) in getSourceRange()
2195 return SourceRange(getOuterLocStart(), InitEnd); in getSourceRange()