Home | History | Annotate | Download | only in Sema

Lines Matching refs:Handler

8064       //   The object is destroyed when the handler exits, after the destruction
8065 // of any automatic objects initialized within the handler.
8105 /// handler.
8765 CXXCatchStmt *Handler = TryBlock->getHandler(I);
8766 SearchForReturnInStmt(*this, Handler);