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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2009 SourceLocation InitEnd = Init->getEndLoc(); local
2012 if (InitEnd.isValid() && InitEnd != getLocation())
2013 return SourceRange(getOuterLocStart(), InitEnd);

Completed in 105 milliseconds