Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp1842 SourceLocation InitEnd = Init->getLocEnd(); in getSourceRange() local
1845 if (InitEnd.isValid() && InitEnd != getLocation()) in getSourceRange()
1846 return SourceRange(getOuterLocStart(), InitEnd); in getSourceRange()
/external/llvm-project/clang/lib/AST/
DDecl.cpp2035 SourceLocation InitEnd = Init->getEndLoc(); in getSourceRange() local
2038 if (InitEnd.isValid() && InitEnd != getLocation()) in getSourceRange()
2039 return SourceRange(getOuterLocStart(), InitEnd); in getSourceRange()