Home | History | Annotate | Download | only in AST

Lines Matching refs:getLocEnd

1180     return SourceRange(getOuterLocStart(), getInit()->getLocEnd());
1665 EndRangeLoc = B->getLocEnd();
2504 return SourceRange(getInnerLocStart(), E->getLocEnd());
2804 return SourceRange(getLocation(), Body? Body->getLocEnd() : getLocation());
2918 End = Init->getLocEnd();