Home | History | Annotate | Download | only in AST

Lines Matching refs:getLocEnd

182 // a more specific implementation of getLocStart() and getLocEnd().
205 /// implementation of getLocEnd.
209 return static_cast<const S*>(stmt)->getLocEnd();
213 /// implementation of getLocEnd. Overload resolution should pick it over
235 SourceLocation Stmt::getLocEnd() const {
241 return getLocEndImpl<type>(this, &type::getLocEnd);
263 return SourceRange(RetLoc, RetExpr->getLocEnd());
604 EndLoc = getFinallyStmt()->getLocEnd();
606 EndLoc = getCatchStmt(NumCatchStmts - 1)->getLocEnd();
608 EndLoc = getTryBody()->getLocEnd();