reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1610 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);
305 S.handlerCanCatch(Caught, E->getSubExpr()->getType()))
tools/clang/lib/Sema/SemaExceptionSpec.cpp 830 if (handlerCanCatch(SuperI, SubI)) {