Lines Matching refs:Handlers
3003 /// handlers and creates a try statement from them.
3014 "The parser shouldn't call this if there are no handlers.");
3015 Stmt **Handlers = RawHandlers.data();
3020 CXXCatchStmt *Handler = cast<CXXCatchStmt>(Handlers[i]);
3034 handlers for the same type as an earlier one.
3057 // FIXME: We should detect handlers that cannot catch anything because an
3064 llvm::makeArrayRef(Handlers, NumHandlers)));