Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2059 SourceLocation InitEnd = Init->getEndLoc(); in getSourceRange() local
2062 if (InitEnd.isValid() && InitEnd != getLocation()) in getSourceRange()
2063 return SourceRange(getOuterLocStart(), InitEnd); in getSourceRange()