Lines Matching refs:getLocEnd
183 // a more specific implementation of getLocStart() and getLocEnd().
206 /// implementation of getLocEnd.
210 return static_cast<const S*>(stmt)->getLocEnd();
214 /// implementation of getLocEnd. Overload resolution should pick it over
236 SourceLocation Stmt::getLocEnd() const {
242 return getLocEndImpl<type>(this, &type::getLocEnd);
297 return SourceRange(RetLoc, RetExpr->getLocEnd());
774 EndLoc = getFinallyStmt()->getLocEnd();
776 EndLoc = getCatchStmt(NumCatchStmts - 1)->getLocEnd();
778 EndLoc = getTryBody()->getLocEnd();