Home | History | Annotate | Download | only in Sema

Lines Matching defs:Handlers

2544 /// handlers and creates a try statement from them.
2555 "The parser shouldn't call this if there are no handlers.");
2556 Stmt **Handlers = RawHandlers.get();
2561 CXXCatchStmt *Handler = cast<CXXCatchStmt>(Handlers[i]);
2575 // Detect handlers for the same type as an earlier one.
2598 // FIXME: We should detect handlers that cannot catch anything because an
2605 Handlers, NumHandlers));