Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp2128 SourceLocation InitEnd = Init->getEndLoc(); in getSourceRange() local
2131 if (InitEnd.isValid() && InitEnd != getLocation()) in getSourceRange()
2132 return SourceRange(getOuterLocStart(), InitEnd); in getSourceRange()