Home | History | Annotate | Download | only in Sema

Lines Matching refs:Handlers

2746 /// handlers and creates a try statement from them.
2757 "The parser shouldn't call this if there are no handlers.");
2758 Stmt **Handlers = RawHandlers.data();
2763 CXXCatchStmt *Handler = cast<CXXCatchStmt>(Handlers[i]);
2777 // Detect handlers for the same type as an earlier one.
2800 // FIXME: We should detect handlers that cannot catch anything because an
2807 llvm::makeArrayRef(Handlers, NumHandlers)));