Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp1839 SourceLocation InitEnd = Init->getLocEnd(); in getSourceRange() local
1842 if (InitEnd.isValid() && InitEnd != getLocation()) in getSourceRange()
1843 return SourceRange(getOuterLocStart(), InitEnd); in getSourceRange()