Home | History | Annotate | Download | only in AST

Lines Matching refs:getLocEnd

167   (void) sizeof(is_good(implements_getLocEnd(&type::getLocEnd)))
214 static_cast<const S*>(stmt)->getLocEnd());
243 SourceLocation Stmt::getLocEnd() const {
249 return static_cast<const type*>(this)->getLocEnd();
764 SourceLocation ObjCAtTryStmt::getLocEnd() const {
766 return getFinallyStmt()->getLocEnd();
768 return getCatchStmt(NumCatchStmts - 1)->getLocEnd();
769 return getTryBody()->getLocEnd();