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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp1654 SourceLocation InitEnd = Init->getLocEnd(); local
1657 if (InitEnd.isValid() && InitEnd != getLocation())
1658 return SourceRange(getOuterLocStart(), InitEnd);

Completed in 40 milliseconds