Home | History | Annotate | Download | only in AST

Lines Matching refs:getLocEnd

168   (void) sizeof(is_good(implements_getLocEnd(&type::getLocEnd)))
215 static_cast<const S*>(stmt)->getLocEnd());
244 SourceLocation Stmt::getLocEnd() const {
250 return static_cast<const type*>(this)->getLocEnd();
756 SourceLocation ObjCAtTryStmt::getLocEnd() const {
758 return getFinallyStmt()->getLocEnd();
760 return getCatchStmt(NumCatchStmts - 1)->getLocEnd();
761 return getTryBody()->getLocEnd();